Browse Source

docs: fix typo

pull/14868/head
erie0210 2 years ago committed by Marcus Hert Da Coregio
parent
commit
7faae83ebb
  1. 2
      web/src/main/java/org/springframework/security/web/FilterChainProxy.java
  2. 2
      web/src/main/java/org/springframework/security/web/server/WebFilterChainProxy.java

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

@ -411,7 +411,7 @@ public class FilterChainProxy extends GenericFilterBean { @@ -411,7 +411,7 @@ public class FilterChainProxy extends GenericFilterBean {
/**
* 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 filters the security filters
* @return a security-enabled {@link FilterChain} that includes the provided

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

@ -98,7 +98,7 @@ public class WebFilterChainProxy implements WebFilter { @@ -98,7 +98,7 @@ public class WebFilterChainProxy implements WebFilter {
/**
* 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 filters the security filters
* @return a security-enabled {@link FilterChain} that includes the provided

Loading…
Cancel
Save