瀏覽代碼

Merge remote-tracking branch 'origin/6.2.x'

Josh Cummings 1 年之前
父節點
當前提交
cb2b5192b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/servlet/authorization/events.adoc

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

@@ -2,7 +2,7 @@
 = Authorization Events
 
 For each authorization that is denied, an `AuthorizationDeniedEvent` is fired.
-Also, it's possible to fire and `AuthorizationGrantedEvent` for authorizations that are granted.
+Also, it's possible to fire an `AuthorizationGrantedEvent` for authorizations that are granted.
 
 To listen for these events, you must first publish an `AuthorizationEventPublisher`.