playbooks_async.rst: correct typo

This commit is contained in:
Kenyon Ralph 2018-04-15 17:32:11 -07:00 committed by Brian Coca
parent 40b7a63d1a
commit 3c6a362921

View file

@ -52,7 +52,7 @@ run the task asynchronously by specifying a poll value of 0::
Using a higher value for ``--forks`` will result in kicking off asynchronous
tasks even faster. This also increases the efficiency of polling.
If you would like to perform a task asynchroniusly and check on it later you can perform a task similar to the
If you would like to perform a task asynchronously and check on it later you can perform a task similar to the
following::
---