fixed typo in the doc
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 29 Apr 2011 09:38:34 +0000 (11:38 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 29 Apr 2011 09:38:34 +0000 (11:38 +0200)
doc/advanced.rst

index 7ca26fc..b45b5c9 100644 (file)
@@ -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