From 5c8f26e6d6c19da59e146bf90826144de3f96c2e Mon Sep 17 00:00:00 2001 From: BartoszCki Date: Thu, 27 Aug 2020 15:23:55 +0200 Subject: [PATCH] Fix a typo --- content/en/docs/concepts/workloads/pods/pod-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index 0daf25de1a..316b41fc34 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -45,7 +45,7 @@ higher-level abstraction, called a managing the relatively disposable Pod instances. A given Pod (as defined by a UID) is never "rescheduled" to a different node; instead, -that Pod can be replaced by a new, near-identical Pod, with even the same name i +that Pod can be replaced by a new, near-identical Pod, with even the same name if desired, but with a different UID. When something is said to have the same lifetime as a Pod, such as a