2
0
Эх сурвалжийг харах

Fix typo architecture.adoc

Gabriel Maciel 2 жил өмнө
parent
commit
2fa1bbc9d1

+ 1 - 1
docs/modules/ROOT/pages/servlet/architecture.adoc

@@ -152,7 +152,7 @@ Assuming that no other `SecurityFilterChain` instances match, `SecurityFilterCha
 // FIXME: add link to pattern matching
 
 Notice that `SecurityFilterChain~0~` has only three security `Filter` instances configured.
-However, `SecurityFilterChain~n~` has four security `Filter` instanes configured.
+However, `SecurityFilterChain~n~` has four security `Filter` instances configured.
 It is important to note that each `SecurityFilterChain` can be unique and can be configured in isolation.
 In fact, a `SecurityFilterChain` might have zero security `Filter` instances if the application wants Spring Security to ignore certain requests.
 // FIXME: add link to configuring multiple `SecurityFilterChain` instances