Skip to content

Commit eb0a358

Browse files
authored
grammar and syntax errors
1 parent 879651c commit eb0a358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ before the Pod is allowed to be forcefully killed. With that forceful shutdown t
341341
place, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} attempts graceful
342342
shutdown.
343343

344-
Typically, the container runtime sends a a TERM signal is sent to the main process in each
345-
container. Once the grace period has expired, the KILL signal is sent to any remainig
344+
Typically, the container runtime sends a TERM signal to the main process in each
345+
container. Once the grace period has expired, the KILL signal is sent to any remaining
346346
processes, and the Pod is then deleted from the
347347
{{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}. If the kubelet or the
348348
container runtime's management service is restarted while waiting for processes to terminate, the

0 commit comments

Comments
 (0)