Skip to content

Commit d06be9d

Browse files
committed
minor #14757 Minor fix to colon (SAPMarco)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Minor fix to colon Mostly not worth a PR but I wanted to change it either way. Changed the display output from `::` to `:` as it is in the rest of the document. Commits ------- 44d5818 Minor fix to colon
2 parents d5990be + 44d5818 commit d06be9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ use the ``generateUrl()`` helper::
18741874

18751875
If you pass to the ``generateUrl()`` method some parameters that are not
18761876
part of the route definition, they are included in the generated URL as a
1877-
query string:::
1877+
query string::
18781878

18791879
$this->generateUrl('blog', ['page' => 2, 'category' => 'Symfony']);
18801880
// the 'blog' route only defines the 'page' parameter; the generated URL is:

0 commit comments

Comments
 (0)