fixed typo
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 26 Nov 2010 16:21:29 +0000 (17:21 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 26 Nov 2010 16:21:29 +0000 (17:21 +0100)
doc/02-Twig-for-Template-Designers.markdown

index 5602c8a..b0b8ef7 100644 (file)
@@ -1058,7 +1058,7 @@ The `format` filter formats a given string by replacing the placeholders
 
 ### `replace` (new in Twig 0.9.9)
 
-The `format` filter formats a given string by replacing the placeholders
+The `replace` filter formats a given string by replacing the placeholders
 (placeholders are free-form):
 
     [twig]