From a458c41068b6e6dad1242d6aba86f5ff0d61ce01 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Mon, 24 Jun 2019 10:06:17 -0500 Subject: [PATCH] Minor typo fix --- slides/k8s/healthchecks-more.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/k8s/healthchecks-more.md b/slides/k8s/healthchecks-more.md index 887ce5b3..b3093c93 100644 --- a/slides/k8s/healthchecks-more.md +++ b/slides/k8s/healthchecks-more.md @@ -312,7 +312,7 @@ It will use the default success threshold (1 successful attempt = alive). - readiness check with a short timeout / low failure threshold - - liveness check with a longer timeout / higher failure treshold + - liveness check with a longer timeout / higher failure threshold ---