From 758b7f875bc6f2ed6cb764ed6f7cb0893166e2b3 Mon Sep 17 00:00:00 2001 From: Chris Aumann Date: Mon, 2 Oct 2017 14:58:04 +0200 Subject: [PATCH] Fix grammar mistake in the kv-config docs --- docs/user-guide/kv-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/kv-config.md b/docs/user-guide/kv-config.md index ef24ca907..6afd82d7c 100644 --- a/docs/user-guide/kv-config.md +++ b/docs/user-guide/kv-config.md @@ -20,7 +20,7 @@ We will see the steps to set it up with an easy example. ### docker-compose file for Consul -The Træfik global configuration will be getted from a [Consul](https://consul.io) store. +The Træfik global configuration will be retrieved from a [Consul](https://consul.io) store. First we have to launch Consul in a container.