From eb0a35821d8790887bde1b47a3571ef2ac1775a3 Mon Sep 17 00:00:00 2001 From: dba-git <42235854+dba-git@users.noreply.github.com> Date: Mon, 3 Aug 2020 14:58:55 +0200 Subject: [PATCH] grammar and syntax errors --- content/en/docs/concepts/workloads/pods/pod-lifecycle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index 2b292d376d..4ca4455bfc 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -341,8 +341,8 @@ before the Pod is allowed to be forcefully killed. With that forceful shutdown t place, the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} attempts graceful shutdown. -Typically, the container runtime sends a a TERM signal is sent to the main process in each -container. Once the grace period has expired, the KILL signal is sent to any remainig +Typically, the container runtime sends a TERM signal to the main process in each +container. Once the grace period has expired, the KILL signal is sent to any remaining processes, and the Pod is then deleted from the {{< glossary_tooltip text="API Server" term_id="kube-apiserver" >}}. If the kubelet or the container runtime's management service is restarted while waiting for processes to terminate, the