Add closing backtick for false keyword (#1844)

This commit is contained in:
Andrew Flower
2021-02-10 07:48:28 +09:00
committed by GitHub
parent 3646b786a7
commit a9c7521843

View File

@@ -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.