diff --git a/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java b/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java index 9c2cde1a..555608a8 100644 --- a/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java +++ b/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java @@ -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 generic type for the return {@link Mono}. * @return Mono of type T created by the function parameter. */