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 <