From 805a1a265c40c7d97ade2e5aa75ec36849d85467 Mon Sep 17 00:00:00 2001 From: Benjamin Toussaint <7239074+benjamintoussaint@users.noreply.github.com> Date: Sun, 17 Feb 2019 11:52:39 +0100 Subject: [PATCH] To be amended --- Resources/doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/usage.rst b/Resources/doc/usage.rst index 7f3975b3..deaea766 100644 --- a/Resources/doc/usage.rst +++ b/Resources/doc/usage.rst @@ -142,7 +142,7 @@ patterns if you don't want to list all your routes name by name. .. note:: - If you're using `JMSI18nRoutingBundle`_ for your internationalized routes, your exposed routes must now match the bundle locale-prefixed routes, so you could either specify each locale by hand, or use a regular expression to match all of your locales): + If you're using `JMSI18nRoutingBundle`_ for your internationalized routes, your exposed routes must now match the bundle locale-prefixed routes, so you could either specify each locale by hand in the routes names, or use a regular expression to match all of your locales at once: .. code-block:: yaml