merged branch lenar/patch-1 (PR #578)

Commits
-------

5214794 compiles -> compile

Discussion
----------

compiles -> compile
This commit is contained in:
Fabien Potencier
2012-01-04 15:40:11 +01:00
+1 -1
View File
@@ -76,7 +76,7 @@ Finally, enable the extension in your ``php.ini`` configuration file:
extension=twig.so
And from now on, Twig will automatically compiles your templates to take
And from now on, Twig will automatically compile your templates to take
advantage of the C extension.
.. tip::