From 5369677bab244042c7e6c36c62a5da5e3f24fdb0 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Tue, 16 Jan 2024 10:58:04 -0800 Subject: [PATCH] Add missing parenthesis to health checking guide (#1249) --- content/en/docs/guides/health-checking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/guides/health-checking.md b/content/en/docs/guides/health-checking.md index 16b67a5..ff4b059 100644 --- a/content/en/docs/guides/health-checking.md +++ b/content/en/docs/guides/health-checking.md @@ -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