Merge pull request #39295 from sergeizv/typo-fix

Fix typo
This commit is contained in:
Mike Place 2017-02-09 15:48:58 -07:00 committed by GitHub
commit 8a1b45632a

View File

@ -316,7 +316,7 @@ call should return.
alias='fred')
self.assertEqual(tgt_ret, 'bob')
Using multiple Salt commands in this manor provides two useful benefits. The first is
Using multiple Salt commands in this manner provides two useful benefits. The first is
that it provides some additional coverage for the ``aliases.set_target`` function.
The second benefit is the call to ``aliases.get_target`` is not dependent on the
presence of any aliases set outside of this test. Tests should not be dependent on