Security update for Core, with self-updated composer
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Fixtures / exceptions / child_contents_outside_blocks.test
index a3f0b50ffc2aff64ad47b557ef78de73d0337867..2a9c5e7975c82d8390e9ffdcdc4254faebf9f1ea 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Exception for child templates defining contents outside blocks defined by parent
+Exception for child templates defining content outside blocks defined by parent
 --TEMPLATE--
 {% extends 'base.twig' %}
 
@@ -12,4 +12,4 @@ Content outside a block.
 {% block sidebar %}
 {% endblock %}
 --EXCEPTION--
-Twig_Error_Syntax: A template that extends another one cannot include contents outside Twig blocks. Did you forget to put the contents inside a {% block %} tag in "index.twig" at line 3?
+Twig_Error_Syntax: A template that extends another one cannot include content outside Twig blocks. Did you forget to put the content inside a {% block %} tag in "index.twig" at line 3?