Update use.rst

Small grammar fix.
This commit is contained in:
Aaron Wallentine
2016-06-23 21:04:37 -06:00
committed by Fabien Potencier
parent 68620b32e4
commit 08c830a5aa
+1 -1
View File
@@ -10,7 +10,7 @@
regular templates. It is mainly used by projects that need to make
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.
This limitation makes template inheritance simple to understand and easy to
debug: