Skip to content

Commit c3218fc

Browse files
committed
minor #4962 cookbok/security/acl.rst (DaliusK)
This PR was merged into the 2.3 branch. Discussion ---------- cookbok/security/acl.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | ? I believe ACE stands only for Access Control Entry, as used e.g. at http://symfony.com/doc/current/cookbook/security/acl_advanced.html Commits ------- 243519f Update acl.rst
2 parents 72489a4 + 243519f commit c3218fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cookbook/security/acl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Coming back to the small example from the beginning, you can now implement
9191
ACL for it.
9292

9393
Once the ACL is created, you can grant access to objects by creating an
94-
Access Control Entity (ACE) to solidify the relationship between the entity
94+
Access Control Entry (ACE) to solidify the relationship between the entity
9595
and your user.
9696

9797
Creating an ACL and Adding an ACE

0 commit comments

Comments
 (0)