8000 [#5570] Minor tweak to avoid to "instead of" · GromNaN/symfony-docs@3640b2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3640b2a

Browse files
committed
[symfony#5570] Minor tweak to avoid to "instead of"
1 parent ea881b8 commit 3640b2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

create_framework/routing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ One very important aspect of any website is the form of its URLs. Thanks to
4141
the URL map, we have decoupled the URL from the code that generates the
4242
associated response, but it is not yet flexible enough. For instance, we might
4343
want to support dynamic paths to allow embedding data directly into the URL
44-
instead of relying on a query string (like ``/hello/Fabien`` instead of
45-
``/hello?name=Fabien``).
44+
(e.g. ``/hello/Fabien``) instead of relying on a query string (e.g. ``/hello?name=Fabien``).
4645

4746
To support this feature, add the Symfony Routing component as a dependency:
4847

0 commit comments

Comments
 (0)
0