diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index d1e1f7e9f279b..30ca4db7145db 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.