From b85e8a23cc987fabade1fb606c9c272fc39dd5fd Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Tue, 5 Nov 2019 15:31:45 +0100 Subject: [PATCH] Minor doc fixes. --- docs/src/main/asciidoc/spring-cloud-commons.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index c1b7c7aa..b5e35a3c 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -543,7 +543,7 @@ TIP: If you see errors such as `java.lang.IllegalArgumentException: Can not set `WebClient` can be configured to use the `ReactiveLoadBalancer`. If you add <> to your project, `ReactorLoadBalancerExchangeFilterFunction` is auto-configured if `spring-webflux` is on the classpath. -The following example shows how to configure a `WebClient` to use reactive load balancer under the hood: +The following example shows how to configure a `WebClient` to use reactive load-balancer under the hood: [source,java,indent=0] ---- @@ -578,7 +578,7 @@ If you you don't have <