From 0f56f65bf95a6dfbe185ee9c46e1e5edfede71e1 Mon Sep 17 00:00:00 2001 From: Edward Pasenidis <40323691+pasenidis@users.noreply.github.com> Date: Sat, 23 Oct 2021 22:20:01 +0300 Subject: [PATCH] docs: README.md typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fc79e80..5fe79a0 100644 --- a/README.rst +++ b/README.rst @@ -199,7 +199,7 @@ the scope of the full Consulate API. health = consul.health.node('my-node') # Get all checks that are critical - checks = consul.heath.state('critical') + checks = consul.health.state('critical') For more examples, check out the Consulate documentation.