Skip to content

Commit

Permalink
Merge pull request #49669 from aplanas/fix_equivalent_typo
Browse files Browse the repository at this point in the history
Documentation: fix typo in "equivalent"
  • Loading branch information
Nicole Thomas authored Sep 17, 2018
2 parents b13f446 + a91676c commit 5c5798f
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
Original file line number Diff line number Diff line change
Expand Up @@ -43630,7 +43630,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
Original file line number Diff line number Diff line change
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 5c5798f

Please sign in to comment.