From be2677812e8c768d14a06ad55a15052256046b27 Mon Sep 17 00:00:00 2001 From: Eric Barch Date: Tue, 21 Jun 2016 08:28:59 -0700 Subject: [PATCH] Add missing words in the swarm docs Signed-off-by: Eric Barch Upstream-commit: db158e9182f86adc721d6c401782983bfe51fd49 Component: engine --- components/engine/docs/swarm/key-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/swarm/key-concepts.md b/components/engine/docs/swarm/key-concepts.md index 73b9ddcd84..52ba645cb1 100644 --- a/components/engine/docs/swarm/key-concepts.md +++ b/components/engine/docs/swarm/key-concepts.md @@ -82,7 +82,7 @@ running the task for the service. All nodes in the swarm cluster route ingress connections to a running task instance. Swarm mode has an internal DNS component that automatically assigns each service -in the swarm DNS entry. The swarm manager uses **internal load balancing** +in the swarm a DNS entry. The swarm manager uses **internal load balancing** to distribute requests among services within the cluster based upon the DNS name of the service.