From 8b2e8df3ad059f983a9e9cc0f16fcd9f613d7405 Mon Sep 17 00:00:00 2001 From: Andrew Garrett <2rs2ts@users.noreply.github.com> Date: Thu, 27 Aug 2020 09:24:50 -0700 Subject: [PATCH] semicolon and s/they/the/ --- .../en/docs/concepts/containers/container-lifecycle-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/container-lifecycle-hooks.md b/content/en/docs/concepts/containers/container-lifecycle-hooks.md index f0f8b72413..7df2e3dbbb 100644 --- a/content/en/docs/concepts/containers/container-lifecycle-hooks.md +++ b/content/en/docs/concepts/containers/container-lifecycle-hooks.md @@ -65,7 +65,7 @@ However, if the hook takes too long to run or hangs, the Container cannot reach a `running` state. `PreStop` hooks are not executed asynchronously from the signal -to stop the Container–they hook must complete its execution before +to stop the Container; the hook must complete its execution before the signal can be sent. If a `PreStop` hook hangs during execution, the Pod phase stays in a `Terminating` state and is killed after its `terminationGracePeriodSeconds` expires.