mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo vaules -> values
This commit is contained in:
parent
8cada9573f
commit
301e78b5be
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ If you would like to retrieve a key directly from SDB, you would call the
|
|||
{{ salt['sdb.get']('sdb://myetcd/mykey') }}
|
||||
|
||||
When writing Salt modules, it is not recommended to call ``sdb.get`` directly,
|
||||
as it requires the user to provide vaules in SDB, using a specific URI. Use
|
||||
as it requires the user to provide values in SDB, using a specific URI. Use
|
||||
``config.get`` instead.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue