From 130b72927c80cc92aa221228fe6f4709cbd42479 Mon Sep 17 00:00:00 2001 From: dhilipkumars Date: Thu, 27 Jul 2017 15:31:58 +0530 Subject: [PATCH] Simplify sentence --- docs/concepts/workloads/pods/disruptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/pods/disruptions.md b/docs/concepts/workloads/pods/disruptions.md index f0b460282e..11d6efd6e8 100644 --- a/docs/concepts/workloads/pods/disruptions.md +++ b/docs/concepts/workloads/pods/disruptions.md @@ -207,7 +207,7 @@ one pod available for the deployment. The deployment creates a replacement for `pod-b` called `pod-e`. However, not there are not enough resources in the cluster to schedule -`pod-e`. So, the drain then the drain will block. The cluster may end up in this +`pod-e`. So, the drain will again block. The cluster may end up in this state: | node-1 *drained* | node-2 | node-3 | *no node* |