Skip to content

Commit

Permalink
Merge pull request #625 from 2012160085/main
Browse files Browse the repository at this point in the history
Fix typos in FilterChainManager comments
  • Loading branch information
deki authored Aug 29, 2023
2 parents ae3de8b + bf2e367 commit b7f05a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.function.Predicate;

/**
* This object in in charge of matching a servlet request to a set of filter, creating the filter chain for a request,
* This object is in charge of matching a servlet request to a set of filters, creating the filter chain for a request,
* and cache filter chains that were already loaded for re-use. This object should be used by the framework-specific
* implementations that use the <code>HttpServletRequest</code> and <code>HttpServletResponse</code> objects.
*
Expand Down

0 comments on commit b7f05a7

Please sign in to comment.