Fix spelling

This commit is contained in:
twangboy 2017-08-28 12:39:47 -06:00
parent ed030a35a5
commit 3cf2b6575c

View file

@ -903,7 +903,7 @@ def install(name=None, refresh=False, pkgs=None, **kwargs):
# Version is ignored
salt '*' pkg.install pkgs="['foo', 'bar']" version=1.2.3
If passed with a comma seperated list in the ``name`` parameter, the
If passed with a comma separated list in the ``name`` parameter, the
version will apply to all packages in the list.
CLI Example: