Update website/content/docs/discovery/services.mdx

Co-authored-by: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com>
This commit is contained in:
trujillo-adam 2021-08-23 11:09:34 -07:00 committed by GitHub
parent 584ee9f10e
commit 1bb21ab24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ deprecated and has been removed as of Consul 1.1. -->
### Health Checks
You can add health checks to your service definition. Health checks perform severaly safety functions, such as allowing a web balancer to gracefully remove failing nodes and allowing a database
You can add health checks to your service definition. Health checks perform several safety functions, such as allowing a web balancer to gracefully remove failing nodes and allowing a database
to replace a failed secondary. The health check funcationality is strongly integrated in the DNS interface, as well. If a service is failing its health check or a node has any failing system-level check, the DNS interface will omit that
node from any service query.