mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo mutliple -> multiple
This commit is contained in:
parent
0f2c779b90
commit
68c60903aa
1 changed files with 1 additions and 1 deletions
|
@ -1733,7 +1733,7 @@ def config_unset(name,
|
|||
.. note::
|
||||
This option behaves differently depending on whether or not ``all``
|
||||
is set to ``True``. If it is, then all values matching the regex
|
||||
will be deleted (this is the only way to delete mutliple values
|
||||
will be deleted (this is the only way to delete multiple values
|
||||
from a multivar). If ``all`` is set to ``False``, then this state
|
||||
will fail if the regex matches more than one value in a multivar.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue