From 0b171c699afa01434f15fe5b3a465d054c79cda7 Mon Sep 17 00:00:00 2001 From: Felix Abecassis Date: Wed, 18 Nov 2015 16:45:49 -0800 Subject: [PATCH] Fix typo in discovery documentation Signed-off-by: Felix Abecassis --- docs/discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/discovery.md b/docs/discovery.md index 5ca34ebf40..576c8ea826 100644 --- a/docs/discovery.md +++ b/docs/discovery.md @@ -16,7 +16,7 @@ Docker Swarm comes with multiple Discovery backends. ## Backends You use a hosted discovery service with Docker Swarm. The service -maintains a list of IPs in your swam. There are several available +maintains a list of IPs in your swarm. There are several available services, such as `etcd`, `consul` and `zookeeper` depending on what is best suited for your environment. You can even use a static file. Docker Hub also provides a hosted discovery service which you