mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
Minor typo in class name
This commit is contained in:
committed by
Fabien Potencier
parent
91938100bb
commit
ce90852541
@@ -153,7 +153,7 @@ Twig supports dynamic inheritance by using a variable as the base template:
|
||||
|
||||
{% extends some_var %}
|
||||
|
||||
If the variable evaluates to a ``Twig_Template`` or a ``Twig_TemplateWraper``
|
||||
If the variable evaluates to a ``Twig_Template`` or a ``Twig_TemplateWrapper``
|
||||
instance, Twig will use it as the parent template::
|
||||
|
||||
// {% extends layout %}
|
||||
|
||||
Reference in New Issue
Block a user