mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 11:27:00 +00:00
Update use.rst
Small grammar fix.
This commit is contained in:
committed by
Fabien Potencier
parent
68620b32e4
commit
08c830a5aa
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
regular templates. It is mainly used by projects that need to make
|
regular templates. It is mainly used by projects that need to make
|
||||||
template blocks reusable without using inheritance.
|
template blocks reusable without using inheritance.
|
||||||
|
|
||||||
Template inheritance is one of the most powerful Twig's feature but it is
|
Template inheritance is one of the most powerful features of Twig but it is
|
||||||
limited to single inheritance; a template can only extend one other template.
|
limited to single inheritance; a template can only extend one other template.
|
||||||
This limitation makes template inheritance simple to understand and easy to
|
This limitation makes template inheritance simple to understand and easy to
|
||||||
debug:
|
debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user