浏览代码

Fixed document error

Henry Lin 7 年之前
父节点
当前提交
7e52fe67f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/_includes/authorization/expression-based.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/_includes/authorization/expression-based.adoc

@@ -35,7 +35,7 @@ This can be customized by modifying the `defaultRolePrefix` on `DefaultWebSecuri
 | Returns `true` if the current principal has the specified authority.
 
 | `hasAnyAuthority([authority1,authority2])`
-| Returns `true` if the current principal has any of the supplied roles (given as a comma-separated list of strings)
+| Returns `true` if the current principal has any of the supplied authorities (given as a comma-separated list of strings)
 
 | `principal`
 | Allows direct access to the principal object representing the current user