Skip to content

Commit e913808

Browse files
committed
minor #4802 [Cookbook][Routing] Fixed typo (xelaris)
This PR was merged into the 2.3 branch. Discussion ---------- [Cookbook][Routing] Fixed typo | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | Commits ------- 0a60deb [Cookbook][Routing] Fixed typo
2 parents 236c26f + 0a60deb commit e913808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/routing/service_container_parameters.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Sometimes you may find it useful to make some parts of your routes
88
globally configurable. For instance, if you build an internationalized
99
site, you'll probably start with one or two locales. Surely you'll
1010
add a requirement to your routes to prevent a user from matching a locale
11-
other than the locales your support.
11+
other than the locales you support.
1212

13-
You *could* hardcode your ``_locale`` requirement in all your routes. But
13+
You *could* hardcode your ``_locale`` requirement in all your routes, but
1414
a better solution is to use a configurable service container parameter right
1515
inside your routing configuration:
1616

0 commit comments

Comments
 (0)