Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a48b3a8

Browse filesBrowse 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
Copy full SHA for a48b3a8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎book/controller.rst

Copy file name to clipboardExpand all lines: book/controller.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.