浏览代码

Merge pull request #1991 from sstalle/fix_typo_in_documentation

Fix typo in documentation
Thomas 11 年之前
父节点
当前提交
300bab3141
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 ~~~~~~~~~~~~~