Skip to content

Commit 5c27ee7

Browse files
committed
remove unwanted comma
1 parent 6e69f44 commit 5c27ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/acl_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Object Identities
3434
The ACL system is completely decoupled from your domain objects. They don't
3535
even have to be stored in the same database, or on the same server. In order
3636
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
37+
through object identity objects. Everytime you want to retrieve the ACL for a
3838
domain object, the ACL system will first create an object identity from your
3939
domain object, and then pass this object identity to the ACL provider for
4040
further processing.

0 commit comments

Comments
 (0)