From 4d3152894d77f5d68d60259becc37a9dca3e4fbc Mon Sep 17 00:00:00 2001 From: "Leonardo V. C. Lima" Date: Thu, 14 Dec 2023 17:41:17 -0300 Subject: [PATCH] Fix typo in Authorization Events' Doc Page --- docs/modules/ROOT/pages/servlet/authorization/events.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/authorization/events.adoc b/docs/modules/ROOT/pages/servlet/authorization/events.adoc index adb41eb0af..a791dcb365 100644 --- a/docs/modules/ROOT/pages/servlet/authorization/events.adoc +++ b/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`.