fixed typo
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 16 Sep 2012 13:21:03 +0000 (15:21 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 16 Sep 2012 13:21:03 +0000 (15:21 +0200)
doc/intro.rst

index 3a92251..69ffe64 100644 (file)
@@ -127,7 +127,7 @@ The first step to use Twig is to register its autoloader::
 Replace the ``/path/to/lib/`` path with the path you used for Twig
 installation.
 
-If you have installed Twig via Composer you can take adventage of Composer's   
+If you have installed Twig via Composer you can take advantage of Composer's
 autoload mechanism by replacing the previous snippet for::
 
     require_once '/path/to/vendor/autoload.php'