From 6a5fedbf84910246d595ca581b0bd681b2714603 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:09:34 -0700 Subject: [PATCH 1/2] Update website/content/docs/discovery/services.mdx Co-authored-by: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com> --- website/content/docs/discovery/services.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/discovery/services.mdx b/website/content/docs/discovery/services.mdx index 35df237d22..919e752aef 100644 --- a/website/content/docs/discovery/services.mdx +++ b/website/content/docs/discovery/services.mdx @@ -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. From 44e9f8ed94cbe70d5c34bad6e3f9acb1a09edf9b Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Mon, 23 Aug 2021 11:09:43 -0700 Subject: [PATCH 2/2] Update website/content/docs/discovery/services.mdx Co-authored-by: Geoffrey Grosenbach <26+topfunky@users.noreply.github.com> --- website/content/docs/discovery/services.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/discovery/services.mdx b/website/content/docs/discovery/services.mdx index 919e752aef..c1d6a6986e 100644 --- a/website/content/docs/discovery/services.mdx +++ b/website/content/docs/discovery/services.mdx @@ -112,7 +112,7 @@ The following table describes the available parameters for service definitions. ### `service` -This is the root-level parameter that definex the service. You can specify the parameters to configure the service. +This is the root-level parameter that defines the service. You can specify the parameters to configure the service. | Parameter | Description | Default | Required | | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | ---------------------------- |