From: Fabien Potencier Date: Thu, 10 Nov 2011 11:53:56 +0000 (+0100) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=65f09ac724f32540882091ec158fde14aaceadb1;p=web%2Fkonrad%2Ftwig.git fixed typo --- diff --git a/doc/recipes.rst b/doc/recipes.rst index b108813..122c777 100644 --- a/doc/recipes.rst +++ b/doc/recipes.rst @@ -46,7 +46,7 @@ A template can be customized in two different ways: blocks; * *Replacement*: If you use the filesystem loader, Twig loads the first - template if finds in a list of configured directories; a template found in a + template it finds in a list of configured directories; a template found in a directory *replaces* another one from a directory further in the list. But how do you combine both: *replace* a template that also extends itself