Merge pull request #30580 from Arhell/fix-typo

[zh] corrected grammatical error
pull/30566/head
Kubernetes Prow Robot 2021-11-21 04:45:00 -08:00 committed by GitHub
commit 0140ee7152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,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.
-->
### 回调处理程序执行