Skip to content

Commit 9328c7d

Browse files
committed
Another typo
1 parent 5c8f26e commit 9328c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Each state has a specific meaning:
107107

108108
### `Waiting` {#container-state-waiting}
109109

110-
If a container is not in either the `Running` or `Terminated` state, it `Waiting`.
110+
If a container is not in either the `Running` or `Terminated` state, it's `Waiting`.
111111
A container in the `Waiting` state is still running the operations it requires in
112112
order to complete start up: for example, pulling the container image from a container
113113
image registry, or applying {{< glossary_tooltip text="Secret" term_id="secret" >}}

0 commit comments

Comments
 (0)