From 3014f78bb99bd4ad1f71ceb30fa61ffaa43b6d29 Mon Sep 17 00:00:00 2001 From: Alexandr Elhovenko Date: Tue, 19 Apr 2016 18:24:51 +0300 Subject: [PATCH] Fix typo in FAQ (#15472) --- docsite/rst/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:`'.