From bb64d74f3aa714f43ca22d8557c292fe50544cac Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Fri, 1 Feb 2019 14:24:02 +0100 Subject: [PATCH] Fix typo in "discovery" --- .../source/guides/operations/consul-integration/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/operations/consul-integration/index.html.md b/website/source/guides/operations/consul-integration/index.html.md index a27e669a5..457f0dcb8 100644 --- a/website/source/guides/operations/consul-integration/index.html.md +++ b/website/source/guides/operations/consul-integration/index.html.md @@ -9,7 +9,7 @@ description: |- # Consul Integration [Consul][] is a tool for discovering and configuring services in your -infrastructure. Consul's key features include service discover, health checking, +infrastructure. Consul's key features include service discovery, health checking, a KV store, and robust support for multi-datacenter deployments. Nomad's integration with Consul enables automatic clustering, built-in service registration, and dynamic rendering of configuration files and environment variables. The sections