Fix typos in Javadoc for ExchangeFilterFunction

Closes gh-30543
This commit is contained in:
galingerv 2023-05-25 11:15:47 +03:00 committed by Sam Brannen
parent 6dfd330fa5
commit 7d7d7bcced
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public interface ExchangeFilterFunction {
* Apply this filter to the given request and exchange function.
* <p>The given {@linkplain ExchangeFunction} represents the next entity
* in the chain, to be invoked via
* {@linkplain ExchangeFunction#exchange(ClientRequest) invoked} in order to
* {@linkplain ExchangeFunction#exchange(ClientRequest) exchange} in order to
* proceed with the exchange, or not invoked to shortcut the chain.
*
* <p><strong>Note:</strong> When a filter handles the response after the