From f311c9579d85381940462a9c745893661959a744 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 16 Sep 2012 15:21:03 +0200 Subject: [PATCH] fixed typo --- doc/intro.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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' -- 1.7.2.5