Skip to content

Commit a38f940

Browse files
authored
Merge pull request #23864 from rileyL6122428/patch-1
Fixes typo
2 parents ba3c2c4 + b8e9488 commit a38f940

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
@@ -99,7 +99,7 @@ assigns a Pod to a Node, the kubelet starts creating containers for that Pod
9999
using a {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.
100100
There are three possible container states: `Waiting`, `Running`, and `Terminated`.
101101

102-
To the check state of a Pod's containers, you can use
102+
To check the state of a Pod's containers, you can use
103103
`kubectl describe pod <name-of-pod>`. The output shows the state for each container
104104
within that Pod.
105105

0 commit comments

Comments
 (0)