diff --git a/content/engine/swarm/key-concepts.md b/content/engine/swarm/key-concepts.md index 9b4a92c6c7..f790047c1a 100644 --- a/content/engine/swarm/key-concepts.md +++ b/content/engine/swarm/key-concepts.md @@ -53,7 +53,7 @@ manager node*. The manager node dispatches units of work called [tasks](#services-and-tasks) to worker nodes. Manager nodes also perform the orchestration and cluster management functions -required to maintain the desired state of the swarm. Manager nodes elect a +required to maintain the desired state of the swarm. Manager nodes select a single leader to conduct orchestration tasks. Worker nodes receive and execute tasks dispatched from manager nodes.