mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Fix typo in Authorization Events' Doc Page
This commit is contained in:
parent
4eae9f45e5
commit
4d3152894d
@ -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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user