Fix spelling mistakes (#2023)

Co-authored-by: Zhiguo.Chen <chenzhiguo@jd.com>
This commit is contained in:
Zhiguo.Chen
2021-02-18 05:43:52 +08:00
committed by GitHub
parent a12406fc00
commit b34fd7b880

View File

@@ -325,7 +325,7 @@ public final class ServerWebExchangeUtils {
* @param cacheDecoratedRequest if true, the ServerHttpRequestDecorator will be
* cached.
* @param function a function that accepts a ServerHttpRequest. It can be the created
* ServerHttpRequestDecorator or the originial if there is no body.
* ServerHttpRequestDecorator or the original if there is no body.
* @param <T> generic type for the return {@link Mono}.
* @return Mono of type T created by the function parameter.
*/