Skip to content

Commit

Permalink
minor #4962 cookbok/security/acl.rst (DaliusK)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Feb 14, 2015
2 parents 72489a4 + 243519f commit c3218fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/acl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Coming back to the small example from the beginning, you can now implement
ACL for it.

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

Creating an ACL and Adding an ACE
Expand Down

0 comments on commit c3218fc

Please sign in to comment.