From fb3fdac64feb45c1b729ab03d2215dee4045bfe3 Mon Sep 17 00:00:00 2001 From: Igor Santos Date: Sat, 8 Jun 2013 17:56:44 -0300 Subject: [PATCH] Update include.rst Fixing typo: "Twig will ignore the statement if the template to be *ignored* does not exist." --- doc/tags/include.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/tags/include.rst b/doc/tags/include.rst index d839968..10b262d 100644 --- a/doc/tags/include.rst +++ b/doc/tags/include.rst @@ -63,7 +63,7 @@ directly:: The ``ignore missing`` feature has been added in Twig 1.2. You can mark an include with ``ignore missing`` in which case Twig will ignore -the statement if the template to be ignored does not exist. It has to be +the statement if the template to be included does not exist. It has to be placed just after the template name. Here some valid examples: .. code-block:: jinja -- 1.7.2.5