1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Fix typo with correct capitalization

Closes gh-8406
This commit is contained in:
Souphorn
2020-04-17 09:52:17 +07:00
committed by Eleftheria Stein
parent f6ddba8cd8
commit 2289ad5e35
@@ -42,7 +42,7 @@ A pre-invocation decision on whether the invocation is allowed to proceed is mad
[[authz-access-decision-manager]]
=== The AccessDecisionManager
The `AccessDecisionManager` is called by the `AbstractSecurityInterceptor` and is responsible for making final access control decisions.
the `AccessDecisionManager` interface contains three methods:
The `AccessDecisionManager` interface contains three methods:
[source,java]
----