Skip to content

Commit a8a5a5a

Browse files
authored
Merge pull request #21603 from pranavbmcloud/patch-1
Redundant "Below is an example:" sentence
2 parents e55d578 + 785cd19 commit a8a5a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ a list of additional conditions that the kubelet evaluates for Pod readiness.
216216
Readiness gates are determined by the current state of `status.condition`
217217
fields for the Pod. If Kubernetes cannot find such a
218218
condition in the `status.conditions` field of a Pod, the status of the condition
219-
is defaulted to "`False`". Below is an example:
219+
is defaulted to "`False`".
220220

221221
Here is an example:
222222

0 commit comments

Comments
 (0)