From 8bcf7bb7445df99830d9e8418d90ba5dd8f2efd6 Mon Sep 17 00:00:00 2001 From: BartoszCki Date: Fri, 28 Aug 2020 00:31:06 +0200 Subject: [PATCH] Make it idiomatic English --- content/en/docs/concepts/workloads/pods/pod-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index 08bb73fb97..31a92593da 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -107,7 +107,7 @@ Each state has a specific meaning: ### `Waiting` {#container-state-waiting} -If a container is not in either the `Running` or `Terminated` state, it's `Waiting`. +If a container is not in either the `Running` or `Terminated` state, it is `Waiting`. A container in the `Waiting` state is still running the operations it requires in order to complete start up: for example, pulling the container image from a container image registry, or applying {{< glossary_tooltip text="Secret" term_id="secret" >}}