merged branch videlalvaro/patch-1 (PR #419)

Commits
-------

0ef1cb0 Edited doc/templates.rst via GitHub

Discussion
----------

Edited doc/templates.rst via GitHub

I fixed a typo: Variables can by for Variables can be
This commit is contained in:
Fabien Potencier
2011-08-18 19:16:29 +02:00
+1 -1
View File
@@ -115,7 +115,7 @@ Twig always references the following variables:
Filters
-------
Variables can by modified by **filters**. Filters are separated from the
Variables can be modified by **filters**. Filters are separated from the
variable by a pipe symbol (``|``) and may have optional arguments in
parentheses. Multiple filters can be chained. The output of one filter is
applied to the next.