mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Documentation: fix typo in "equivalent"
(cherry picked from commit a91676c2d5
)
This commit is contained in:
parent
a16461b1ba
commit
58279b4211
2 changed files with 2 additions and 2 deletions
|
@ -45993,7 +45993,7 @@ moe:
|
|||
.UNINDENT
|
||||
.sp
|
||||
One way to think about this might be that the \fBgid\fP key is being assigned
|
||||
a value equivelent to the following python pseudo\-code:
|
||||
a value equivalent to the following python pseudo\-code:
|
||||
.INDENT 0.0
|
||||
.INDENT 3.5
|
||||
.sp
|
||||
|
|
|
@ -141,7 +141,7 @@ The following example illustrates calling the ``group_to_gid`` function in the
|
|||
- gid: {{ salt['file.group_to_gid']('some_group_that_exists') }}
|
||||
|
||||
One way to think about this might be that the ``gid`` key is being assigned
|
||||
a value equivelent to the following python pseudo-code:
|
||||
a value equivalent to the following python pseudo-code:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue