projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4655dbb
)
fixed typo
author
Fabien Potencier
<fabien.potencier@gmail.com>
Thu, 10 Nov 2011 11:53:56 +0000 (12:53 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Thu, 10 Nov 2011 11:53:56 +0000 (12:53 +0100)
doc/recipes.rst
patch
|
blob
|
history
diff --git
a/doc/recipes.rst
b/doc/recipes.rst
index
b108813
..
122c777
100644
(file)
--- 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