summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorAlexandr Elhovenko <freemanoid321@gmail.com>2016-04-19 18:24:51 +0300
committerBrian Coca <bcoca@ansible.com>2016-04-19 11:24:51 -0400
commit3014f78bb99bd4ad1f71ceb30fa61ffaa43b6d29 (patch)
treecd932a1c453a1953b9be9ba69bc6df3d8f953875 /docsite
parent0a31c24938ad7b048ed0eb10bf38fd9d64034ef0 (diff)
downloadansible-3014f78bb99bd4ad1f71ceb30fa61ffaa43b6d29.tar.gz
Fix typo in FAQ (#15472)
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst
index c946856665..b0d1846dfc 100644
--- a/docsite/rst/faq.rst
+++ b/docsite/rst/faq.rst
@@ -328,7 +328,7 @@ be applied to single tasks only, once a playbook is completed.
.. _dynamic_variables:
.. _interpolate_variables:
-When should I use {{ }}? Also, howto interpolate variables or dyanmic variable names
+When should I use {{ }}? Also, how to interpolate variables or dynamic variable names
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
A steadfast rule is 'always use {{ }} except when `when:`'.