Skip to content

Commit

Permalink
minor #4302 View documentation had a reference to the wrong twig temp…
Browse files Browse the repository at this point in the history
…late (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
  • Loading branch information
weaverryan committed Oct 8, 2014
2 parents 1b15d57 + d420491 commit 31d7905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick_tour/the_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ First, create an ``embedded.html.twig`` template:
{# src/Acme/DemoBundle/Resources/views/Demo/embedded.html.twig #}
Hello {{ name }}
And change the ``index.html.twig`` template to include it:
And change the ``hello.html.twig`` template to include it:

.. code-block:: jinja
Expand Down

0 comments on commit 31d7905

Please sign in to comment.