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