File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -563,8 +563,8 @@ don't accidentally block Symfony's dev tools - which live under URLs like
563
563
564
564
.. tip ::
565
565
566
- Instead of creating one long regex to match all routes you want, you're
567
- also able to use an array of simpler regexes to match routes :
566
+ When matching several routes, instead of creating a long regex you can also
567
+ use an array of simpler regexes to match each route :
568
568
569
569
.. configuration-block ::
570
570
@@ -608,7 +608,7 @@ don't accidentally block Symfony's dev tools - which live under URLs like
608
608
609
609
.. versionadded :: 6.4
610
610
611
- The possibility to use an array of regex was introduced in Symfony 6.4.
611
+ The feature to use an array of regex was introduced in Symfony 6.4.
612
612
613
613
All *real * URLs are handled by the ``main `` firewall (no ``pattern `` key means
614
614
it matches *all * URLs). A firewall can have many modes of authentication,
You can’t perform that action at this time.
0 commit comments