Skip to content

Commit 41bac4f

Browse files
committed
[Book] [Security] Fix typo
1 parent 3227cf2 commit 41bac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ Take the following ``access_control`` entries as an example:
798798
array('path' => '^/admin', 'role' => 'ROLE_USER'),
799799
),
800800
801-
For each incoming request, Symfony will decided which ``access_control``
801+
For each incoming request, Symfony will decide which ``access_control``
802802
to use based on the URI, the client's IP address, the incoming host name,
803803
and the request method. Remember, the first rule that matches is used, and
804804
if ``ip``, ``host`` or ``method`` are not specified for an entry, that ``access_control``

0 commit comments

Comments
 (0)