compiles -> compile

This commit is contained in:
Lenar Lõhmus
2012-01-04 16:26:15 +02:00
parent aa037c80c4
commit 5214794f97
+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::