Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erie0210 authored and marcusdacoregio committed Apr 8, 2024
1 parent 8d914ef commit 7faae83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ default WebFilterChain decorate(WebFilterChain 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 7faae83

Please sign in to comment.