Skip to content

Commit 9e9b226

Browse files
committed
Another typo
1 parent 9328c7d commit 9e9b226

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
@@ -118,7 +118,7 @@ a Reason field to summarize why the container is in that state.
118118
### `Running` {#container-state-running}
119119

120120
The `Running` status indicates that a container is executing without issues. If there
121-
was a `postStart` hook configured, it has already executed and executed. When you use
121+
was a `postStart` hook configured, it has already executed and finished. When you use
122122
`kubectl` to query a Pod with a container that is `Running`, you also see information
123123
about when the container entered the `Running` state.
124124

0 commit comments

Comments
 (0)