Corrected grammatical error

Subject/verb disagreement: changed "...system execute the handler..." to "...system executes the handler..."
pull/30460/head
SubtextRyan 2021-11-12 12:05:00 -05:00 committed by GitHub
parent 1406c2d85a
commit 46988781a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Resources consumed by the command are counted against the Container.
### Hook handler execution
When a Container lifecycle management hook is called,
the Kubernetes management system execute the handler according to the hook action,
the Kubernetes management system executes the handler according to the hook action,
`httpGet` and `tcpSocket` are executed by the kubelet process, and `exec` is executed in the container.
Hook handler calls are synchronous within the context of the Pod containing the Container.