Skip to content

Commit

Permalink
minor #6411 Fixed a typo in configuration-block (VarunAgw)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #6411).

Discussion
----------

Fixed a typo in configuration-block

It is not rendered properly right now (https://symfony.com/doc/current/book/controller.html#route-parameters-as-controller-arguments)

I think this should fix it

Commits
-------

93618ed Fixed a typo in configuration-block
  • Loading branch information
xabbuh committed Mar 30, 2016
2 parents 4b4a7f6 + 93618ed commit a48b3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ to ``$name``. Just make sure they the name of the placeholder is the
same as the name of the argument variable.

Take the following more-interesting example, where the controller has two
arguments::
arguments:

.. configuration-block::

Expand Down

0 comments on commit a48b3a8

Please sign in to comment.