Fix typo in method-security.adoc

Fixed typo by changing 'please' to 'place'
This commit is contained in:
Sadid Shaikh 2023-10-29 13:39:10 +05:30 committed by Marcus Hert Da Coregio
parent c823b00794
commit 44fad21363

View File

@ -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.