From 5dc8963a4fa2d249b24953eb2d9e9507fd1c0711 Mon Sep 17 00:00:00 2001 From: Andrew Flower Date: Wed, 10 Feb 2021 07:38:34 +0900 Subject: [PATCH] Add closing backtick for false keyword --- docs/src/main/asciidoc/project-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/project-features.adoc b/docs/src/main/asciidoc/project-features.adoc index e30036696c..63201f262c 100644 --- a/docs/src/main/asciidoc/project-features.adoc +++ b/docs/src/main/asciidoc/project-features.adoc @@ -271,7 +271,7 @@ If you want to find Zipkin through service discovery, you can pass the Zipkin's spring.zipkin.baseUrl: https://zipkinserver/ ---- -To disable this feature just set `spring.zipkin.discovery-client-enabled` to `false. +To disable this feature just set `spring.zipkin.discovery-client-enabled` to `false`. When the Discovery Client feature is enabled, Sleuth uses `LoadBalancerClient` to find the URL of the Zipkin Server.