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 59a8989 commit 97a164dCopy full SHA for 97a164d
routing.rst
@@ -1264,7 +1264,7 @@ the common configuration using options when importing the routes.
1264
was introduced in Symfony 4.4.
1265
1266
In this example, the route of the ``index()`` action will be called ``blog_index``
1267
-and its URL will be ``/blog/``. The route of the ``show()`` action will be called
+and its URL will be ``/blog/{_locale}``. The route of the ``show()`` action will be called
1268
``blog_show`` and its URL will be ``/blog/{_locale}/posts/{slug}``. Both routes
1269
will also validate that the ``_locale`` parameter matches the regular expression
1270
defined in the class annotation.
0 commit comments