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
563563
564564.. tip ::
565565
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 :
568568
569569 .. configuration-block ::
570570
@@ -608,7 +608,7 @@ don't accidentally block Symfony's dev tools - which live under URLs like
608608
609609 .. versionadded :: 6.4
610610
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.
612612
613613All *real * URLs are handled by the ``main `` firewall (no ``pattern `` key means
614614it matches *all * URLs). A firewall can have many modes of authentication,
You can’t perform that action at this time.
0 commit comments