diff --git a/reference/html/spring-cloud-commons.html b/reference/html/spring-cloud-commons.html
index b5d70697..fa7bd6ff 100644
--- a/reference/html/spring-cloud-commons.html
+++ b/reference/html/spring-cloud-commons.html
@@ -1029,7 +1029,7 @@ If you see errors such as
java.lang.IllegalArgumentException: Can not set
WebClient can be configured to use the ReactiveLoadBalancer.
If you add Spring Cloud LoadBalancer starter 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:
@@ -1076,7 +1076,7 @@ to false.
but you do have spring-cloud-starter-netflix-ribbon, you can still use WebClient with LoadBalancerClient. LoadBalancerExchangeFilterFunction
will be auto-configured if spring-webflux is on the classpath. Please note, however, that this is
uses a non-reactive client under the hood.
-The following example shows how to configure a WebClient to use load balancer:
+The following example shows how to configure a WebClient to use load-balancer: