Skip to content

Commit e84d242

Browse files
committed
Use DBC case instead of SBC case
Signed-off-by: Hu Keping <[email protected]>
1 parent 50be893 commit e84d242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/health-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ a response must be sent back with an `OK` status and the status field should be
5858
set to `SERVING` or `NOT_SERVING` accordingly. If the service name is not
5959
registered, the server returns a `NOT_FOUND` GRPC status.
6060

61-
The server should use an empty string as the key for servers
61+
The server should use an empty string as the key for server's
6262
overall health status, so that a client not interested in a specific service can
6363
query the server's status with an empty request. The server can just do exact
6464
matching of the service name without support of any kind of wildcard matching.

0 commit comments

Comments
 (0)