8000 minor #4302 View documentation had a reference to the wrong twig temp… · symfony/symfony-docs@31d7905 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31d7905

Browse files
committed
minor #4302 View documentation had a reference to the wrong twig template (milan)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4302). Discussion ---------- View documentation had a reference to the wrong twig template Just noticed this little discrepancy in the docs. Commits ------- d420491 Changed to reference the correct twig template
2 parents 1b15d57 + d420491 commit 31d7905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick_tour/the_view.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ First, create an ``embedded.html.twig`` template:
157157
{# src/Acme/DemoBundle/Resources/views/Demo/embedded.html.twig #}
158158
Hello {{ name }}
159159
160-
And change the ``index.html.twig`` template to include it:
160+
And change the ``hello.html.twig`` template to include it:
161161

162162
.. code-block:: jinja
163163

0 commit comments

Comments
 (0)
0