We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbcdd72 commit 1b92e34Copy full SHA for 1b92e34
security/acl.rst
@@ -22,7 +22,7 @@ the ACL system comes in.
22
23
Imagine you are designing a blog system where your users can comment on your
24
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
+of other users; besides, you want to be able to edit all comments. In
26
this scenario, ``Comment`` would be the domain object that you want to
27
restrict access to. You could take several approaches to accomplish this using
28
Symfony, two basic approaches are (non-exhaustive):
0 commit comments