diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html
index 03ea1e4fb..61821f305 100644
--- a/spring-cloud-sleuth.html
+++ b/spring-cloud-sleuth.html
@@ -417,9 +417,55 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
.show-for-print{display:inherit!important}}
-
+
@@ -1316,10 +1362,7 @@ Callable<String> traceCallableFromTracer = tracer.wrap(callable);
We’re registering a custom HystrixConcurrencyStrategy
that wraps all Callable instances into their Sleuth representative -
the TraceCallable. The strategy either starts or continues a span depending on the fact whether tracing was already going
-on before the Hystrix command was called.
-
-
-
To disable the custom Hystrix Concurrency Strategy set the spring.sleuth.hystrix.strategy.enabled to false.
+on before the Hystrix command was called. To disable the custom Hystrix Concurrency Strategy set the
spring.sleuth.hystrix.strategy.enabled to
false.
@@ -1435,7 +1478,7 @@ are creating Spans each time a new task is submitted, invoked or scheduled.
Messaging
All Spring Integration creates spans for publish and subscribe events.
-To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.
+To disable Spring Integration instrumentation, set
spring.sleuth.integration.enabled to false.