Skip to content

Commit 1a082a4

Browse files
committed
Minor tweak
1 parent 53b234e commit 1a082a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

613613
All *real* URLs are handled by the ``main`` firewall (no ``pattern`` key means
614614
it matches *all* URLs). A firewall can have many modes of authentication,

0 commit comments

Comments
 (0)