Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41bac4f

Browse files
committed
[Book] [Security] Fix typo
1 parent3227cf2 commit41bac4f

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 willdecided which ``access_control``
801+
For each incoming request, Symfony willdecide 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)

[8]ページ先頭

©2009-2025 Movatter.jp