There was an error while loading. Please reload this page.
1 parent d5990be commit 44d5818Copy full SHA for 44d5818
routing.rst
@@ -1874,7 +1874,7 @@ use the ``generateUrl()`` helper::
1874
1875
If you pass to the ``generateUrl()`` method some parameters that are not
1876
part of the route definition, they are included in the generated URL as a
1877
- query string:::
+ query string::
1878
1879
$this->generateUrl('blog', ['page' => 2, 'category' => 'Symfony']);
1880
// the 'blog' route only defines the 'page' parameter; the generated URL is:
0 commit comments