Skip to content

Commit

Permalink
docs: fix typo in FilterChainProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
erie0210 committed Apr 6, 2024
1 parent c8e5fbf commit befa039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ default FilterChain decorate(FilterChain original) {

/**
* 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
Expand Down

0 comments on commit befa039

Please sign in to comment.