From acb9e5ebdf1daec606c30504442eb18adafdece3 Mon Sep 17 00:00:00 2001 From: Gregor Zurowski Date: Thu, 13 Oct 2016 22:08:28 +0200 Subject: [PATCH] Fix formatting (#1397) Signed-off-by: Gregor Zurowski --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 13d3d4b0..bd65af99 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -1387,7 +1387,7 @@ path rendering the `users` path unreachable. === Zuul Http Client The default HTTP client used by zuul is now backed by the Apache HTTP Client instead of the -deprecated Ribbon `RestClient. To use `RestClient` or to use the `okhttp3.OkHttpClient` set +deprecated Ribbon `RestClient`. To use `RestClient` or to use the `okhttp3.OkHttpClient` set `ribbon.restclient.enabled=true` or `ribbon.okhttp.enabled=true` respectively. === Cookies and Sensitive Headers