Skip to content

Commit 1b92e34

Browse files
Nek-xabbuh
authored andcommitted
Remove yourself word in acl doc page
It was wrong in that sentence and made it weird.
1 parent fbcdd72 commit 1b92e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/acl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the ACL system comes in.
2222

2323
Imagine you are designing a blog system where your users can comment on your
2424
posts. Now, you want a user to be able to edit their own comments, but not those
25-
of other users; besides, you yourself want to be able to edit all comments. In
25+
of other users; besides, you want to be able to edit all comments. In
2626
this scenario, ``Comment`` would be the domain object that you want to
2727
restrict access to. You could take several approaches to accomplish this using
2828
Symfony, two basic approaches are (non-exhaustive):

0 commit comments

Comments
 (0)