summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-10-20 12:01:49 -0400
committerBrian Coca <bcoca@ansible.com>2015-10-20 12:01:49 -0400
commit35eff100f7de9e5759d53caf4af40c0c964d19a9 (patch)
tree34ee469b9e7105d3d263b26525901cd25fbad34b
parent02c8b13cc6d0593c1ea74d4a5740e04f98bd2043 (diff)
parent25e4a3ad2ac2eb29cf6cc9bf9e91d92a5856d556 (diff)
downloadansible-35eff100f7de9e5759d53caf4af40c0c964d19a9.tar.gz
Merge pull request #12839 from zemanel/patch-1
Fixed docs typo
-rw-r--r--docsite/rst/playbooks_strategies.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_strategies.rst b/docsite/rst/playbooks_strategies.rst
index 91e90eb344..a9095bc083 100644
--- a/docsite/rst/playbooks_strategies.rst
+++ b/docsite/rst/playbooks_strategies.rst
@@ -22,7 +22,7 @@ the play as fast as it can.::
Strategy Plugins
`````````````````
-The strategies are implelented via a new type of plugin, this means that in the future new
+The strategies are implemented via a new type of plugin, this means that in the future new
execution types can be added, either locally by users or to Ansible itself by
a code contribution.