mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #25528 from davidjb/patch-7
Fix typo in extend declaration doco
This commit is contained in:
commit
6e811bfdd2
1 changed files with 2 additions and 3 deletions
|
@ -76,9 +76,8 @@ Extend declaration
|
|||
------------------
|
||||
|
||||
Extends a :ref:`name-declaration` from an included ``SLS module``. The
|
||||
keys of the extend declaration always define existing :ref`ID declaration`
|
||||
which have been defined in included
|
||||
``SLS modules``.
|
||||
keys of the extend declaration always refer to an existing
|
||||
:ref:`id-declaration` which have been defined in included ``SLS modules``.
|
||||
|
||||
Occurs only in the top level and defines a dictionary.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue