diff --git a/site/content/en/docs/Guides/health-checking.md b/site/content/en/docs/Guides/health-checking.md index 46088e6b7b..e8b7a3d749 100644 --- a/site/content/en/docs/Guides/health-checking.md +++ b/site/content/en/docs/Guides/health-checking.md @@ -19,7 +19,7 @@ The `Health()` function on the [SDK object]({{< relref "./Client SDKs/_index.md" interval less than the `spec.health.periodSeconds` threshold time to be considered before it will be considered a `failure`. -The health check will also need to have not been called a consecutive number of times (`spec.health.failureTheshold`), +The health check will also need to have not been called a consecutive number of times (`spec.health.failureThreshold`), giving it a chance to heal if it there is an issue. ## Health Failure Strategy