mirror of https://github.com/grpc/grpc.io.git
Add missing parenthesis to health checking guide (#1249)
This commit is contained in:
parent
d90b5f947a
commit
5369677bab
|
|
@ -77,8 +77,8 @@ Enabling health checking changes some behavior around calling a server:
|
|||
the feature does not make sense with the policy (e.g. `pick_first` does
|
||||
this)
|
||||
|
||||
More specifically the state of the subchannel (that represents the physical
|
||||
connection to the server goes through these states based on the health of
|
||||
More specifically, the state of the subchannel (that represents the physical
|
||||
connection to the server) goes through these states based on the health of
|
||||
the service it is connecting to.
|
||||
|
||||
```mermaid
|
||||
|
|
|
|||
Loading…
Reference in New Issue