From eccd6be00a82a8d65d1332cf52b6319635d1c6e1 Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Tue, 24 Oct 2017 19:29:08 +0200 Subject: [PATCH] remove duplicate word (#5091) --- engine/swarm/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index 5e32a30489..5f98a7f717 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -493,7 +493,7 @@ placement of services on different nodes. - [Placement preferences](#placement-preferences) let you apply an arbitrary label with a range of values to each node, and spread your service's tasks across those nodes using an algorithm. Currently, the only supported algorithm - is `spread`, which which tries to place them evenly. For instance, if you + is `spread`, which tries to place them evenly. For instance, if you label each node with a label `rack` which has a value from 1-10, then specify a placement preference keyed on `rack`, then service tasks are placed as evenly as possible across all nodes with the label `rack`, after taking other