docs: fix typo

This commit is contained in:
erie0210 2024-04-07 00:20:47 +09:00 committed by Marcus Hert Da Coregio
parent 8d914ef145
commit 7faae83ebb
2 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ public class FilterChainProxy extends GenericFilterBean {
/** /**
* Provide a new {@link FilterChain} that accounts for the provided filters as * Provide a new {@link FilterChain} that accounts for the provided filters as
* well as teh original filter chain. * well as the original filter chain.
* @param original the original {@link FilterChain} * @param original the original {@link FilterChain}
* @param filters the security filters * @param filters the security filters
* @return a security-enabled {@link FilterChain} that includes the provided * @return a security-enabled {@link FilterChain} that includes the provided

View File

@ -98,7 +98,7 @@ public class WebFilterChainProxy implements WebFilter {
/** /**
* Provide a new {@link FilterChain} that accounts for the provided filters as * Provide a new {@link FilterChain} that accounts for the provided filters as
* well as teh original filter chain. * well as the original filter chain.
* @param original the original {@link FilterChain} * @param original the original {@link FilterChain}
* @param filters the security filters * @param filters the security filters
* @return a security-enabled {@link FilterChain} that includes the provided * @return a security-enabled {@link FilterChain} that includes the provided