Skip to content

Commit 4698878

Browse files
authored
Corrected grammatical error
Subject/verb disagreement: changed "...system execute the handler..." to "...system executes the handler..."
1 parent 1406c2d commit 4698878

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
@@ -59,7 +59,7 @@ Resources consumed by the command are counted against the Container.
5959
### Hook handler execution
6060

6161
When a Container lifecycle management hook is called,
62-
the Kubernetes management system execute the handler according to the hook action,
62+
the Kubernetes management system executes the handler according to the hook action,
6363
`httpGet` and `tcpSocket` are executed by the kubelet process, and `exec` is executed in the container.
6464

6565
Hook handler calls are synchronous within the context of the Pod containing the Container.

0 commit comments

Comments
 (0)