8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236c26f commit 0a60debCopy full SHA for 0a60deb
cookbook/routing/service_container_parameters.rst
@@ -8,9 +8,9 @@ Sometimes you may find it useful to make some parts of your routes
8
globally configurable. For instance, if you build an internationalized
9
site, you'll probably start with one or two locales. Surely you'll
10
add a requirement to your routes to prevent a user from matching a locale
11
-other than the locales your support.
+other than the locales you support.
12
13
-You *could* hardcode your ``_locale`` requirement in all your routes. But
+You *could* hardcode your ``_locale`` requirement in all your routes, but
14
a better solution is to use a configurable service container parameter right
15
inside your routing configuration:
16
0 commit comments