8000 Changed to reference the correct twig template · symfony/symfony-docs@d420491 · GitHub
[go: up one dir, main page]

Skip to content

Commit d420491

Browse files
milanweaverryan
authored andcommitted
Changed to reference the correct twig template
1 parent 1b15d57 commit d420491

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