Edited doc/templates.rst via GitHub

This commit is contained in:
Alvaro Videla
2011-08-16 16:27:40 +03:00
parent bac4974e25
commit 0ef1cb0c85
+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.