Browse Source

Fix typo in Authorization Events' Doc Page

Leonardo V. C. Lima 1 year ago
parent
commit
4d3152894d
1 changed files with 1 additions and 1 deletions
  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`.