From 3c6a3629212c30d940c302ab5da4b507078571ed Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Sun, 15 Apr 2018 17:32:11 -0700 Subject: [PATCH] playbooks_async.rst: correct typo --- docs/docsite/rst/user_guide/playbooks_async.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_async.rst b/docs/docsite/rst/user_guide/playbooks_async.rst index 12fd779d071..dc46f78e969 100644 --- a/docs/docsite/rst/user_guide/playbooks_async.rst +++ b/docs/docsite/rst/user_guide/playbooks_async.rst @@ -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:: ---