Browse code

Add missing words in the swarm docs

Signed-off-by: Eric Barch <barch@tomesoftware.com>

Eric Barch authored on 2016/06/22 00:28:59
Showing 1 changed files
... ...
@@ -82,7 +82,7 @@ running the task for the service.  All nodes in the swarm cluster route ingress
82 82
 connections to a running task instance.
83 83
 
84 84
 Swarm mode has an internal DNS component that automatically assigns each service
85
-in the swarm DNS entry. The swarm manager uses **internal load balancing**
85
+in the swarm a DNS entry. The swarm manager uses **internal load balancing** to
86 86
 distribute requests among services within the cluster based upon the DNS name of
87 87
 the service.
88 88