From 786ad4390dcdedcbba3eb01448532c2428ff6e6a Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Tue, 9 Apr 2019 04:06:38 +0530 Subject: [PATCH] fix typo in pod-lifecycle (#13689) Asscociated with #13688 --- 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 d1e1f7e9f2..30ca4db714 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -71,7 +71,7 @@ array has six possible fields: * `Initialized`: all [init containers](/docs/concepts/workloads/pods/init-containers) have started successfully; * `Unschedulable`: the scheduler cannot schedule the Pod right now, for example - due to lacking of resources or other constraints; + due to lack of resources or other constraints; * `ContainersReady`: all containers in the Pod are ready.