Skip to content

Commit 64a5bb0

Browse files
souphorneleftherias
authored andcommitted
Fix typo with correct capitalization
1 parent 2eebfd3 commit 64a5bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/authorization/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A pre-invocation decision on whether the invocation is allowed to proceed is mad
4242
[[authz-access-decision-manager]]
4343
=== The AccessDecisionManager
4444
The `AccessDecisionManager` is called by the `AbstractSecurityInterceptor` and is responsible for making final access control decisions.
45-
the `AccessDecisionManager` interface contains three methods:
45+
The `AccessDecisionManager` interface contains three methods:
4646

4747
[source,java]
4848
----

0 commit comments

Comments
 (0)