typo fix: s/attempte/attempt/

This commit is contained in:
Anders Pearson 2022-09-08 11:17:54 +01:00 committed by Megan Wilhite
parent 26a8bc3942
commit d18f3dc8de

View file

@ -629,7 +629,7 @@ will be automatically accepted and have :py:func:`state.apply
<salt.modules.state.apply_>` executed. On top of this, we're going to add that
a host coming up that was replaced (meaning a new key) will also be accepted.
Our master configuration will be rather simple. All minions that attempte to
Our master configuration will be rather simple. All minions that attempt to
authenticate will match the :strong:`tag` of :strong:`salt/auth`. When it comes
to the minion key being accepted, we get a more refined :strong:`tag` that
includes the minion id, which we can use for matching.