Skip to content

Commit cbf7a63

Browse files
committed
Add comma
1 parent 892aedc commit cbf7a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/container-lifecycle-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This hook is called immediately before a container is terminated due to an API r
4040
event such as a liveness/startup probe failure, preemption, resource contention and others. A call
4141
to the `PreStop` hook fails if the container is already in a terminated or completed state and the
4242
hook must complete before the TERM signal to stop the container can be sent. The Pod's termination
43-
grace period countdown begins before the `PreStop` hook is executed so regardless of the outcome of
43+
grace period countdown begins before the `PreStop` hook is executed, so regardless of the outcome of
4444
the handler, the container will eventually terminate within the Pod's termination grace period. No
4545
parameters are passed to the handler.
4646

0 commit comments

Comments
 (0)