projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2a48e22
)
fixed typo
author
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 16 Sep 2012 13:21:03 +0000 (15:21 +0200)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 16 Sep 2012 13:21:03 +0000 (15:21 +0200)
doc/intro.rst
patch
|
blob
|
history
diff --git
a/doc/intro.rst
b/doc/intro.rst
index
3a92251
..
69ffe64
100644
(file)
--- 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'