Security update for Core, with self-updated composer
[yaffs-website] / vendor / twig / twig / doc / functions / block.rst
index f5d683c73da628bdabade470f10c354ac5304297..6b8f0d4f435b428a94c426639f84ec3456905e65 100644 (file)
@@ -18,7 +18,7 @@ times, use the ``block`` function:
 
     {% block body %}{% endblock %}
 
-The ``block`` function can also be used to display one block of another
+The ``block`` function can also be used to display one block from another
 template:
 
 .. code-block:: jinja