Skip to content

Commit 52af399

Browse files
souphorneleftherias
authored andcommitted
Fix typo with correct capitalization
Closes gh-8406
1 parent 1b91259 commit 52af399

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
@@ -41,7 +41,7 @@ A pre-invocation decision on whether the invocation is allowed to proceed is mad
4141
[[authz-access-decision-manager]]
4242
==== The AccessDecisionManager
4343
The `AccessDecisionManager` is called by the `AbstractSecurityInterceptor` and is responsible for making final access control decisions.
44-
the `AccessDecisionManager` interface contains three methods:
44+
The `AccessDecisionManager` interface contains three methods:
4545

4646
[source,java]
4747
----

0 commit comments

Comments
 (0)