Skip to content

Commit 0140ee7

Browse files
authored
Merge pull request #30580 from Arhell/fix-typo
[zh] corrected grammatical error
2 parents 074e358 + d2ef6f9 commit 0140ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Resources consumed by the command are counted against the Container.
107107
### Hook handler execution
108108
109109
When a Container lifecycle management hook is called,
110-
the Kubernetes management system execute the handler according to the hook action,
110+
the Kubernetes management system executes the handler according to the hook action,
111111
`httpGet` and `tcpSocket` are executed by the kubelet process, and `exec` is executed in the container.
112112
-->
113113
### 回调处理程序执行

0 commit comments

Comments
 (0)