8000 minor #7269 Remove yourself word in acl doc page (Nek-) · a-ast/symfony-docs@d78ddc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d78ddc5

Browse files
committed
minor symfony#7269 Remove yourself word in acl doc page (Nek-)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7269). Discussion ---------- Remove yourself word in acl doc page It was wrong in that sentence and made it weird. Commits ------- 1b92e34 Remove yourself word in acl doc page
2 parents fbcdd72 + 1b92e34 commit d78ddc5

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)
0