فهرست منبع

Fix typo in method-security.adoc

Fixed typo by changing 'please' to 'place'
Sadid Shaikh 1 سال پیش
والد
کامیت
44fad21363
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
 
 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.