Fix typo in checks.mdx (#16187)

Typo severeal -> several
This commit is contained in:
oneoneonepig 2023-02-10 02:20:00 +08:00 committed by GitHub
parent e81a0c2855
commit dae88b16e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.