From b163adc62ccc8846f1c4239c6819acacc577e5e7 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 3 Jan 2018 12:22:50 +0100 Subject: [PATCH] Fixed a typo --- security/acl.rst | 2 +- security/acl_advanced.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.