소스 검색

Merge branch '6.1.x'

Marcus Hert Da Coregio 1 년 전
부모
커밋
d3ada48190
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/ROOT/pages/servlet/authorization/method-security.adoc

+ 1 - 1
docs/modules/ROOT/pages/servlet/authorization/method-security.adoc

@@ -140,7 +140,7 @@ In other words, for an invocation to be authorized, all annotation inspections n
 === Repeated Annotations Are Not Supported
 === Repeated Annotations Are Not Supported
 
 
 That said, it is not supported to repeat the same annotation on the same method.
 That said, it is not supported to repeat the same annotation on the same method.
-For example, you cannot please `@PreAuthorize` twice on the same method.
+For example, you cannot place `@PreAuthorize` twice on the same method.
 
 
 Instead, use SpEL's boolean support or its support for delegating to a separate bean.
 Instead, use SpEL's boolean support or its support for delegating to a separate bean.