summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Moreira <zemanel@zemanel.eu>2015-10-20 16:38:16 +0100
committerJosé Moreira <zemanel@zemanel.eu>2015-10-20 16:38:16 +0100
commit25e4a3ad2ac2eb29cf6cc9bf9e91d92a5856d556 (patch)
tree34ee469b9e7105d3d263b26525901cd25fbad34b
parent02c8b13cc6d0593c1ea74d4a5740e04f98bd2043 (diff)
downloadansible-25e4a3ad2ac2eb29cf6cc9bf9e91d92a5856d556.tar.gz
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.