Skip to content

Commit 93618ed

Browse files
VarunAgwxabbuh
authored andcommitted
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
1 parent 4b4a7f6 commit 93618ed

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)