Skip to content

Commit 4d4b9ed

Browse files
https://github.com/symfony/symfony-docs/pull/11574#discussion_r283685039
Co-Authored-By: Oskar Stark <[email protected]>
1 parent c5ed4c9 commit 4d4b9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/firewall_restriction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ How to Restrict Firewalls to a Request
77
When using the Security component, firewalls will decide whether they handle a request based on the
88
result of a request matcher: the first firewall matching the request will handle it.
99

10-
The last firewall can be configured without any matcher to handle every request it sees.
10+
The last firewall can be configured without any matcher to handle every incoming request.
1111

1212
Restricting by Service
1313
----------------------

0 commit comments

Comments
 (0)