Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Gómez committed Jan 5, 2013
1 parent c378c0e commit 3b6af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/topics/targeting/globbing.rst
Expand Up @@ -42,7 +42,7 @@ Match all minions in the example.net domain or any of the example domains::
Match all the ``webN`` minions in the example.net domain Match all the ``webN`` minions in the example.net domain
(``web1.example.net``, ``web2.example.net`` … ``webN.example.net``):: (``web1.example.net``, ``web2.example.net`` … ``webN.example.net``)::


salt 'web?.example.net test.ping salt 'web?.example.net' test.ping


Match the ``web1`` through ``web5`` minions:: Match the ``web1`` through ``web5`` minions::


Expand Down

0 comments on commit 3b6af97

Please sign in to comment.