mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling
This commit is contained in:
parent
ed030a35a5
commit
3cf2b6575c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue