From 7e8174fb79ed784aaadbd691c75f9c1e12bdcb82 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 03:23:24 +0000 Subject: [PATCH] Minor doc typo (#12966) (cherry picked from commit 6123d714891bce10b9dde869447835221e26b2ef) Co-authored-by: Michael Vines --- docs/src/apps/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/apps/jsonrpc-api.md b/docs/src/apps/jsonrpc-api.md index 68ad509d27..81cbd67508 100644 --- a/docs/src/apps/jsonrpc-api.md +++ b/docs/src/apps/jsonrpc-api.md @@ -168,7 +168,7 @@ Many methods that take a commitment parameter return an RpcResponse JSON object ## Health Check -Although not a JSON RPC API, a `GET /heath` at the RPC HTTP Endpoint provides a +Although not a JSON RPC API, a `GET /health` at the RPC HTTP Endpoint provides a health-check mechanism for use by load balancers or other network infrastructure. This request will always return a HTTP 200 OK response with a body of "ok" or "behind" based on the following conditions: