Skip to content

Commit 2c0a433

Browse files
timtebeekjzheaux
authored andcommitted
Clearly end sentence in note before next sentence
1 parent 9f4b0ca commit 2c0a433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Method authorization is a combination of before- and after-method authorization.
252252
[NOTE]
253253
====
254254
Before-method authorization is performed before the method is invoked.
255-
If that authorization denies access, the method is not invoked, and an `AccessDeniedException` is thrown
255+
If that authorization denies access, the method is not invoked, and an `AccessDeniedException` is thrown.
256256
After-method authorization is performed after the method is invoked, but before the method returns to the caller.
257257
If that authorization denies access, the value is not returned, and an `AccessDeniedException` is thrown
258258
====

0 commit comments

Comments
 (0)