From 785cd198f6f2b82b3e07e45fb296a964834ef8f1 Mon Sep 17 00:00:00 2001 From: pranavbmcloud <63094044+pranavbmcloud@users.noreply.github.com> Date: Tue, 9 Jun 2020 20:41:02 +0530 Subject: [PATCH] Redundant "Below is an example:" sentence The "Here is an example:" sentence follows a " Below is an example:" sentence. One of these 2 sentences is redundant. Removed the "Below is an example:" sentence. --- 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 74031a3722..0b6094772a 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -216,7 +216,7 @@ a list of additional conditions that the kubelet evaluates for Pod readiness. Readiness gates are determined by the current state of `status.condition` fields for the Pod. If Kubernetes cannot find such a condition in the `status.conditions` field of a Pod, the status of the condition -is defaulted to "`False`". Below is an example: +is defaulted to "`False`". Here is an example: