Skip to content

Commit befa039

Browse files
committed
docs: fix typo in FilterChainProxy
1 parent c8e5fbf commit befa039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)