fixed typo in doc (closes #63)
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 7 Jun 2010 08:12:55 +0000 (10:12 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 7 Jun 2010 08:12:55 +0000 (10:12 +0200)
doc/02-Twig-for-Template-Designers.markdown

index 8d98dbf..5031133 100644 (file)
@@ -939,9 +939,9 @@ The array can contain any number of values:
       {{ fruits|cycle(i) }}
     {% endfor %}
 
-### `encoding`
+### `urlencode`
 
-The `encoding` filter URL encode a given string.
+The `urlencode` filter URL encode a given string.
 
 ### `title`