From: fabien Date: Tue, 27 Oct 2009 16:33:19 +0000 (+0000) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=571c5d9c878b08765547e040194773e940536b80;p=konrad%2Ftwig.git fixed typo git-svn-id: http://svn.twig-project.org/trunk@104 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- diff --git a/doc/04-Extending-Twig.markdown b/doc/04-Extending-Twig.markdown index fa6dc5f..10df4e8 100644 --- a/doc/04-Extending-Twig.markdown +++ b/doc/04-Extending-Twig.markdown @@ -161,7 +161,7 @@ from within a template. The tag can be used like follows: >**NOTE** >The `set` tag is part of the Core extension and as such is always available. >The built-in version is slightly more powerful and supports multiple ->assignments by defaults (cf. template designers chapter for more +>assignments by default (cf. the template designers chapter for more >information). First, we need to create a `Twig_TokenParser` class which will be able to