Skip to content

Commit 8bcf7bb

Browse files
committed
Make it idiomatic English
1 parent 9e9b226 commit 8bcf7bb

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's `Waiting`.
110+
If a container is not in either the `Running` or `Terminated` state, it is `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)