From 7057f4acc20d262cc55d9a44acef565eba1224d2 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:55:07 -0400 Subject: [PATCH] docs: Fix typos --- website/content/docs/operations/health.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/operations/health.mdx b/website/content/docs/operations/health.mdx index a415b644f6..b10041bbc8 100644 --- a/website/content/docs/operations/health.mdx +++ b/website/content/docs/operations/health.mdx @@ -79,7 +79,7 @@ wget -q -O - http://localhost:9203/health?worker_info=1 ## Example response -When you check the health endpoing using `wget`, Boundary returns a response with the folowing worker information: +When you check the health endpoint using `wget`, Boundary returns a response with the following worker information: ```shell-session {"worker_process_info":{"state":"active", "active_session_count":0, "upstream_connection_state":"READY"}}