mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 19:36:43 +00:00
minor #2570 fix grammar (redbrickone)
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes #2570).
Discussion
----------
fix grammar
Commits
-------
d4309898 fix grammar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user