From: Fabien Potencier Date: Fri, 29 Apr 2011 09:38:34 +0000 (+0200) Subject: fixed typo in the doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=432b1732e44684af633227da7ad535e207f0b358;p=web%2Fkonrad%2Ftwig.git fixed typo in the doc --- diff --git a/doc/advanced.rst b/doc/advanced.rst index 7ca26fc..b45b5c9 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -103,7 +103,7 @@ available in all templates and macros:: $twig = new Twig_Environment($loader); $twig->addGlobal('text', new Text()); -You can then use the ``user`` variable anywhere in a template: +You can then use the ``text`` variable anywhere in a template: .. code-block:: jinja