From 44d5818f19872d4f7fd41640ebd2e39b82959ed9 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 29 Dec 2020 20:10:35 +0100 Subject: [PATCH] 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. --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index 5fd4ad30225..86defd2bafc 100644 --- a/routing.rst +++ b/routing.rst @@ -1874,7 +1874,7 @@ use the ``generateUrl()`` helper:: If you pass to the ``generateUrl()`` method some parameters that are not part of the route definition, they are included in the generated URL as a - query string::: + query string:: $this->generateUrl('blog', ['page' => 2, 'category' => 'Symfony']); // the 'blog' route only defines the 'page' parameter; the generated URL is: