aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/health-checking.md
diff options
context:
space:
mode:
authorGravatar HuKeping <hukeping@huawei.com>2016-08-09 15:26:37 +0800
committerGravatar HuKeping <hukeping@huawei.com>2016-08-09 15:26:37 +0800
commite84d242ed4072246d6142b1a264bed2e19389c2d (patch)
tree60805d429e72d16ca5e2e96ba0e00d737963de6b /doc/health-checking.md
parent50be893eba595a8cf270da3e59edd87128b854c9 (diff)
Use DBC case instead of SBC case
Signed-off-by: Hu Keping <hukeping@huawei.com>
Diffstat (limited to 'doc/health-checking.md')
-rw-r--r--doc/health-checking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/health-checking.md b/doc/health-checking.md
index 92512e942b..7be8107b60 100644
--- a/doc/health-checking.md
+++ b/doc/health-checking.md
@@ -58,7 +58,7 @@ a response must be sent back with an `OK` status and the status field should be
set to `SERVING` or `NOT_SERVING` accordingly. If the service name is not
registered, the server returns a `NOT_FOUND` GRPC status.
-The server should use an empty string as the key for server’s
+The server should use an empty string as the key for server's
overall health status, so that a client not interested in a specific service can
query the server's status with an empty request. The server can just do exact
matching of the service name without support of any kind of wildcard matching.