Skip to content

Commit

Permalink
Use DBC case instead of SBC case
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Keping <hukeping@huawei.com>
  • Loading branch information
HuKeping committed Aug 9, 2016
1 parent 50be893 commit e84d242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/health-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 servers
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.
Expand Down

0 comments on commit e84d242

Please sign in to comment.