From fad37d714080da5f66f2bda51740ab59aedfebc1 Mon Sep 17 00:00:00 2001 From: Gary Date: Wed, 30 Nov 2016 14:28:24 -0800 Subject: [PATCH] Fix typo (#752) --- swarm/scheduler/filter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/scheduler/filter.md b/swarm/scheduler/filter.md index ab91b507aa..53409f0025 100644 --- a/swarm/scheduler/filter.md +++ b/swarm/scheduler/filter.md @@ -166,7 +166,7 @@ ubuntu 14.04 a5a467fddcb8 11 days ago ### Use the health filter -The node `health` filter prevents the scheduler form running containers +The node `health` filter prevents the scheduler from running containers on unhealthy nodes. A node is considered unhealthy if the node is down or it can't communicate with the cluster store. @@ -518,4 +518,4 @@ without a container that satisfies `redis*` - [Docker Swarm overview](../index.md) - [Discovery options](../discovery.md) - [Scheduler strategies](strategy.md) -- [Swarm API](../swarm-api.md) \ No newline at end of file +- [Swarm API](../swarm-api.md)