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 6e69f44 commit 5c27ee7Copy full SHA for 5c27ee7
cookbook/security/acl_advanced.rst
@@ -34,7 +34,7 @@ Object Identities
34
The ACL system is completely decoupled from your domain objects. They don't
35
even have to be stored in the same database, or on the same server. In order
36
to achieve this decoupling, in the ACL system your objects are represented
37
-through object identity objects. Everytime, you want to retrieve the ACL for a
+through object identity objects. Everytime you want to retrieve the ACL for a
38
domain object, the ACL system will first create an object identity from your
39
domain object, and then pass this object identity to the ACL provider for
40
further processing.
0 commit comments