Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3640b2a

Browse files
committed
[#5570] Minor tweak to avoid to "instead of"
1 parentea881b8 commit3640b2a

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)

[8]ページ先頭

©2009-2025 Movatter.jp