diff --git a/security/acl.rst b/security/acl.rst index ec95f04acc9..b5fa0871033 100644 --- a/security/acl.rst +++ b/security/acl.rst @@ -6,7 +6,7 @@ How to Use Access Control Lists (ACLs) .. versionadded:: 3.4 ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install - the `Symfony ACL bundle`_ if you wan to keep using ACL. + the `Symfony ACL bundle`_ if you want to keep using ACL. In complex applications, you will often face the problem that access decisions cannot only be based on the person (``Token``) who is requesting access, but diff --git a/security/acl_advanced.rst b/security/acl_advanced.rst index a73883b444d..fb738256fe3 100644 --- a/security/acl_advanced.rst +++ b/security/acl_advanced.rst @@ -6,7 +6,7 @@ How to Use advanced ACL Concepts .. versionadded:: 3.4 ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install - the `Symfony ACL bundle`_ if you wan to keep using ACL. + the `Symfony ACL bundle`_ if you want to keep using ACL. The aim of this article is to give a more in-depth view of the ACL system, and also explain some of the design decisions behind it.