From 7875ba5fff75bb2f87d7b3bb8526e790de9e92d6 Mon Sep 17 00:00:00 2001 From: Mikhail Tatyushev Date: Wed, 25 Mar 2020 13:32:42 +1000 Subject: [PATCH] Fix typos in docs fixes gh-1638 fixes gh-1639 --- docs/src/main/asciidoc/spring-cloud-gateway.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-gateway.adoc b/docs/src/main/asciidoc/spring-cloud-gateway.adoc index db693e30..ab387642 100644 --- a/docs/src/main/asciidoc/spring-cloud-gateway.adoc +++ b/docs/src/main/asciidoc/spring-cloud-gateway.adoc @@ -874,7 +874,7 @@ You can overwrite the names of the headers in the configuration by setting the v * `rootCauseExceptionTypeHeaderName` (`"Root-Cause-Exception-Type"`) * `rootCauseExceptionMessageHeaderName` (`"Root-Cause-Exception-Message"`) -For more information on circuit beakers and the gatewayc see the <> or <>. +For more information on circuit breakers and the gateway see the <> or <>. === The `MapRequestHeader` `GatewayFilter` Factory @@ -1826,7 +1826,7 @@ If the URI has a scheme prefix, such as `lb:ws://serviceid`, the `lb` scheme is === The Websocket Routing Filter -If the URL located in the `ServerWebExchangeUtils.GATEWAY_REQUEST_URL_ATTR` exchange attribute has a `ws` or `wss` scheme, the websocket routing rilter runs. It uses the Spring WebSocket infrastructure to forward the websocket request downstream. +If the URL located in the `ServerWebExchangeUtils.GATEWAY_REQUEST_URL_ATTR` exchange attribute has a `ws` or `wss` scheme, the websocket routing filter runs. It uses the Spring WebSocket infrastructure to forward the websocket request downstream. You can load-balance websockets by prefixing the URI with `lb`, such as `lb:ws://serviceid`.