From b087a7254b30135ee3edfa8db6ae5ca069ef7632 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Fri, 16 Dec 2016 12:34:16 +0100 Subject: [PATCH] Remove yourself word in acl doc page It was wrong in that sentence and made it weird. --- security/acl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/acl.rst b/security/acl.rst index 00c3c88f219..377d3972eff 100644 --- a/security/acl.rst +++ b/security/acl.rst @@ -22,7 +22,7 @@ the ACL system comes in. Imagine you are designing a blog system where your users can comment on your posts. Now, you want a user to be able to edit their own comments, but not those -of other users; besides, you yourself want to be able to edit all comments. In +of other users; besides, you want to be able to edit all comments. In this scenario, ``Comment`` would be the domain object that you want to restrict access to. You could take several approaches to accomplish this using Symfony, two basic approaches are (non-exhaustive):