Skip to content

Commit 6719eef

Browse files
committed
docs: fix typo
1 parent c8e5fbf commit 6719eef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/main/java/org/springframework/security/web/FilterChainProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ default FilterChain decorate(FilterChain original) {
411411

412412
/**
413413
* Provide a new {@link FilterChain} that accounts for the provided filters as
414-
* well as teh original filter chain.
414+
* well as the original filter chain.
415415
* @param original the original {@link FilterChain}
416416
* @param filters the security filters
417417
* @return a security-enabled {@link FilterChain} that includes the provided

web/src/main/java/org/springframework/security/web/server/WebFilterChainProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ default WebFilterChain decorate(WebFilterChain original) {
9898

9999
/**
100100
* Provide a new {@link FilterChain} that accounts for the provided filters as
101-
* well as teh original filter chain.
101+
* well as the original filter chain.
102102
* @param original the original {@link FilterChain}
103103
* @param filters the security filters
104104
* @return a security-enabled {@link FilterChain} that includes the provided

0 commit comments

Comments
 (0)