Skip to content

Commit 2fa1bbc

Browse files
gabriel-macielmarcusdacoregio
authored andcommitted
Fix typo architecture.adoc
1 parent 8a2b967 commit 2fa1bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Assuming that no other `SecurityFilterChain` instances match, `SecurityFilterCha
152152
// FIXME: add link to pattern matching
153153

154154
Notice that `SecurityFilterChain~0~` has only three security `Filter` instances configured.
155-
However, `SecurityFilterChain~n~` has four security `Filter` instanes configured.
155+
However, `SecurityFilterChain~n~` has four security `Filter` instances configured.
156156
It is important to note that each `SecurityFilterChain` can be unique and can be configured in isolation.
157157
In fact, a `SecurityFilterChain` might have zero security `Filter` instances if the application wants Spring Security to ignore certain requests.
158158
// FIXME: add link to configuring multiple `SecurityFilterChain` instances

0 commit comments

Comments
 (0)