From 5d734a85d613f03e3e2f71f9286b1207b6ef8a47 Mon Sep 17 00:00:00 2001 From: Charlie Jones Date: Mon, 16 Mar 2020 08:04:28 -0500 Subject: [PATCH] docs: fix typo in consul-template tutorial (#7454) --- website/source/docs/guides/consul-template.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/consul-template.html.md b/website/source/docs/guides/consul-template.html.md index 13e0de2016..b121d19062 100644 --- a/website/source/docs/guides/consul-template.html.md +++ b/website/source/docs/guides/consul-template.html.md @@ -21,7 +21,7 @@ of it's use cases. 1. *Update configuration files*. The Consul template tool can be used to update service configuration files. A common use case is managing load balancer configuration files that need to be updated regularly in a dynamic -infrastructure on machines many not be able to directly connect to the Consul cluster. +infrastructure on machines which may not be able to directly connect to the Consul cluster. 1. *Discover data about the Consul cluster and service*. It is possible to collect information about the services in your Consul cluster. For example, you could