compiles -> compile
authorLenar Lõhmus <lenar@city.ee>
Wed, 4 Jan 2012 14:26:15 +0000 (16:26 +0200)
committerLenar Lõhmus <lenar@city.ee>
Wed, 4 Jan 2012 14:26:15 +0000 (16:26 +0200)
doc/intro.rst

index 3734597..94c0187 100644 (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::