Browse Source

Merge pull request #1991 from sstalle/fix_typo_in_documentation

Fix typo in documentation
Thomas 11 years ago
parent
commit
300bab3141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/doc/reference/security.rst

+ 1 - 1
Resources/doc/reference/security.rst

@@ -92,7 +92,7 @@ Later, we will explain how to set up ACL with the
 Role handler
 -----------------
 
-The ``sonata.admin.security.handler.role`` allows you to operate finely on the actions that can be done (den peding on the entity class), without requiring to set up ACL.
+The ``sonata.admin.security.handler.role`` allows you to operate finely on the actions that can be done (depending on the entity class), without requiring to set up ACL.
 
 Configuration
 ~~~~~~~~~~~~~