From 51dcbd1aea6f511ed0ca1ba81f01a63abee2a654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20D=C3=B6llerer?= Date: Tue, 7 Nov 2017 10:37:09 +0100 Subject: [PATCH] Fix typo in "advanced ACL concepts" Shouldn't this be 'built into' instead of 'build into'? --- 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 ca88be07c31..a73883b444d 100644 --- a/security/acl_advanced.rst +++ b/security/acl_advanced.rst @@ -178,7 +178,7 @@ After invocation providers also allow to modify, or filter the domain object before it is returned. Due to current limitations of the PHP language, there are no -post-authorization capabilities build into the core Security component. +post-authorization capabilities built into the core Security component. However, there is an experimental JMSSecurityExtraBundle_ which adds these capabilities. See its documentation for further information on how this is accomplished.