Fix typo in Authorization Events' Doc Page

This commit is contained in:
Leonardo V. C. Lima 2023-12-14 17:41:17 -03:00 committed by Josh Cummings
parent 4eae9f45e5
commit 4d3152894d
1 changed files with 1 additions and 1 deletions

View File

@ -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`.