From 41bac4f618a4c953cd08fa212e821461bbf130a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michae=CC=88l=20Perrin?= Date: Fri, 12 Apr 2013 07:44:11 +0200 Subject: [PATCH] [Book] [Security] Fix typo --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index cfeb805e363..e9b41a08aee 100644 --- a/book/security.rst +++ b/book/security.rst @@ -798,7 +798,7 @@ Take the following ``access_control`` entries as an example: array('path' => '^/admin', 'role' => 'ROLE_USER'), ), -For each incoming request, Symfony will decided which ``access_control`` +For each incoming request, Symfony will decide which ``access_control`` to use based on the URI, the client's IP address, the incoming host name, and the request method. Remember, the first rule that matches is used, and if ``ip``, ``host`` or ``method`` are not specified for an entry, that ``access_control``