From d3312e27f2d1c6388a511e52bfcf2a533e72fe41 Mon Sep 17 00:00:00 2001 From: Kris Rousey Date: Mon, 30 Mar 2015 17:08:28 -0700 Subject: [PATCH] Fixing a small grammatical error in the pod states documentation. --- docs/pod-states.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pod-states.md b/docs/pod-states.md index f13c5f16a9936..44b6df0dfd7ac 100644 --- a/docs/pod-states.md +++ b/docs/pod-states.md @@ -34,7 +34,7 @@ The number and meanings of `PodStatus` values are tightly guarded. Other than w ### pending -The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being schedule as well as time spent downloading images over the network, which could take a while. +The pod has been accepted by the system, but one or more of the containers has not been started. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. ### running