From 6a7f7415fa24ae6b3f2a41f310133de6f575a0ad Mon Sep 17 00:00:00 2001 From: Eric Wyles <23637493+ericwyles@users.noreply.github.com> Date: Mon, 24 May 2021 08:30:26 -0500 Subject: [PATCH] Fixed typo on canary documentation (#912) Fix webhook typo in docs Signed-off-by: Eric Wyles --- docs/gitbook/tutorials/canary-helm-gitops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/tutorials/canary-helm-gitops.md b/docs/gitbook/tutorials/canary-helm-gitops.md index f27355c2..716d7ff2 100644 --- a/docs/gitbook/tutorials/canary-helm-gitops.md +++ b/docs/gitbook/tutorials/canary-helm-gitops.md @@ -337,7 +337,7 @@ A canary deployment can fail due to any of the following reasons: * the container image can't be downloaded * the deployment replica set is stuck for more then ten minutes \(eg. due to a container crash loop\) -* the webooks \(acceptance tests, helm tests, load tests, etc\) are returning a non 2xx response +* the webhooks \(acceptance tests, helm tests, load tests, etc\) are returning a non 2xx response * the HTTP success rate \(non 5xx responses\) metric drops under the threshold * the HTTP average duration metric goes over the threshold * the Istio telemetry service is unable to collect traffic metrics