From: Fabien Potencier Date: Sun, 16 Sep 2012 13:21:03 +0000 (+0200) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=f311c9579d85381940462a9c745893661959a744;p=web%2Fkonrad%2Ftwig.git fixed typo --- diff --git a/doc/intro.rst b/doc/intro.rst index 3a92251..69ffe64 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -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'