Add missing words in the swarm docs
| ... | ... |
@@ -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 |
|