From 5214794f97367b7815d280315565d185d2ed0b99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lenar=20L=C3=B5hmus?= Date: Wed, 4 Jan 2012 16:26:15 +0200 Subject: [PATCH] compiles -> compile --- doc/intro.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index 3734597..94c0187 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -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:: -- 1.7.2.5