Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a RST formatting issue
  • Loading branch information
javiereguiluz committed Oct 25, 2014
commit 4725c163354ad5777e21ada188ca4ca8d7d13fee
2 changes: 1 addition & 1 deletion quick_tour/the_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ its default value::

Obviously, when you support several request formats, you have to provide a
tempalte for each of the supported formats. In this case, you should create a
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

template

new ``hello.xml.twig`` template::
new ``hello.xml.twig`` template:

.. code-block:: xml+php

Expand Down