Skip to content

Commit 2289ad5

Browse files
souphorneleftherias
authored andcommitted
Fix typo with correct capitalization
Closes gh-8406
1 parent f6ddba8 commit 2289ad5

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)