From 5595f210bc3352c569780ed3e9f426095a3ff0d5 Mon Sep 17 00:00:00 2001 From: AbdelKader Bouadjadja Date: Sun, 2 Jul 2017 15:44:36 +0200 Subject: [PATCH] Fix (sense) typo in ACL documentation --- security/acl_advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/acl_advanced.rst b/security/acl_advanced.rst index 4224f8ee5ff..6207a05be3f 100644 --- a/security/acl_advanced.rst +++ b/security/acl_advanced.rst @@ -190,7 +190,7 @@ this request to an implementation of This allows you to replace the way access decisions are reached without actually modifying the ACL class itself. -The ``PermissionGrantingStrategy`` first checks all your object-scope ACEs. If none +The ``PermissionGrantingStrategy`` first checks all your object-scope ACEs. If one is applicable, the class-scope ACEs will be checked. If none is applicable, then the process will be repeated with the ACEs of the parent ACL. If no parent ACL exists, an exception will be thrown.