mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-19 13:57:00 +00:00
minor #2695 fix a typo (xabbuh)
This PR was merged into the 1.x branch.
Discussion
----------
fix a typo
Commits
-------
36787f01 fix a typo
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ will be available in the included template too:
|
||||
|
||||
The included template ``render_box.html`` is able to access the ``box`` variable.
|
||||
|
||||
The filename of the template depends on the template loader. For instance, the
|
||||
The name of the template depends on the template loader. For instance, the
|
||||
``Twig_Loader_Filesystem`` allows you to access other templates by giving the
|
||||
filename. You can access templates in subdirectories with a slash:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user