From a9c7521843fbcffed17d4819376f703d05ebb283 Mon Sep 17 00:00:00 2001 From: Andrew Flower Date: Wed, 10 Feb 2021 07:48:28 +0900 Subject: [PATCH] Add closing backtick for false keyword (#1844) --- 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 e30036696..63201f262 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.