From 666ad233013b1530c42ac9bb4bdff2b448bb53ea Mon Sep 17 00:00:00 2001 From: riserlarenss <73555480+rcarmen-btc@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:36:43 +0300 Subject: [PATCH] Update key-concepts.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit исправил опечатку --- content/engine/swarm/key-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.