Minor typo in class name

This commit is contained in:
Benjamin Paap
2016-12-28 14:35:45 +01:00
committed by Fabien Potencier
parent 91938100bb
commit ce90852541
+1 -1
View File
@@ -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 %}