diff --git a/website/content/docs/discovery/checks.mdx b/website/content/docs/discovery/checks.mdx index bf5fece429..0c2945602a 100644 --- a/website/content/docs/discovery/checks.mdx +++ b/website/content/docs/discovery/checks.mdx @@ -17,7 +17,7 @@ to get a more complete example on how to leverage health check capabilities in C A check is defined in a configuration file or added at runtime over the HTTP interface. Checks created via the HTTP interface persist with that node. -There are severeal types of checks: +There are several types of checks: - [`Script + Interval`](#script-check) - These checks invoke an external application that performs the health check.