Skip to content

Commit 44d5818

Browse files
wridgeuOskarStark
authored andcommitted
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.
1 parent d5990be commit 44d5818

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)