From 4ed06c46c38363036bd8de148957bc25cc7aa99a Mon Sep 17 00:00:00 2001 From: Wilder Pereira Date: Thu, 1 Mar 2018 15:24:08 -0300 Subject: [PATCH] Remove phrase from yml code block (#214) --- docs/src/main/asciidoc/spring-cloud-gateway.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-gateway.adoc b/docs/src/main/asciidoc/spring-cloud-gateway.adoc index 48b9259c..e120e5bc 100644 --- a/docs/src/main/asciidoc/spring-cloud-gateway.adoc +++ b/docs/src/main/asciidoc/spring-cloud-gateway.adoc @@ -334,9 +334,8 @@ spring: args: name: fallbackcmd fallbackUri: forward:/fallbackcontroller - -This will forward to the `/fallbackcontroller` when the Hystrix fallback is called. ---- +This will forward to the `/fallbackcontroller` when the Hystrix fallback is called. === PrefixPath GatewayFilter Factory