Skip to content

Commit

Permalink
Documentation: fix typo in "equivalent"
Browse files Browse the repository at this point in the history
(cherry picked from commit a91676c)
  • Loading branch information
aplanas committed Jan 31, 2019
1 parent a16461b commit 58279b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/man/salt.7
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/topics/tutorials/states_pt3.rst
Expand Up @@ -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
Expand Down

0 comments on commit 58279b4

Please sign in to comment.