瀏覽代碼

Clearly end sentence in note before next sentence

Tim te Beek 3 年之前
父節點
當前提交
ce67fb08fd
共有 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

@@ -252,7 +252,7 @@ Method authorization is a combination of before- and after-method authorization.
 [NOTE]
 ====
 Before-method authorization is performed before the method is invoked.
-If that authorization denies access, the method is not invoked, and an `AccessDeniedException` is thrown
+If that authorization denies access, the method is not invoked, and an `AccessDeniedException` is thrown.
 After-method authorization is performed after the method is invoked, but before the method returns to the caller.
 If that authorization denies access, the value is not returned, and an `AccessDeniedException` is thrown
 ====