Skip to content

Commit a48b3a8

Browse files
committed
minor #6411 Fixed a typo in configuration-block (VarunAgw)
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
2 parents 4b4a7f6 + 93618ed commit a48b3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ to ``$name``. Just make sure they the name of the placeholder is the
260260
same as the name of the argument variable.
261261

262262
Take the following more-interesting example, where the controller has two
263-
arguments::
263+
arguments:
264264

265265
.. configuration-block::
266266

0 commit comments

Comments
 (0)