Skip to content

Commit 083915a

Browse files
committed
Merge pull request #2490 from michaelperrin/bugfix/security-typo
[Book] [Security] Fix typo
2 parents 1119674 + 41bac4f commit 083915a

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)