Skip to content

Commit 256934d

Browse files
authored
Fix additional typos in Pod lifecycle docs
Corrected the following typos in the Pod lifecycle documentation: - EndppointSlice -> EndpointSlice - initialiaztion -> initialization - built in PodCondition -> built-in PodCondition
1 parent 3a926d1 commit 256934d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ spec:
331331
```
332332
333333
A Pod with Always restart policy with an init container that only execute once. If the init
334-
container fails, the Pod fails. This allows the Pod to fail if the initialiaztion failed,
334+
container fails, the Pod fails. This allows the Pod to fail if the initialization failed,
335335
but also keep running once the initialization succeeds:
336336
337337
```yaml
@@ -485,7 +485,7 @@ spec:
485485
- conditionType: "www.example.com/feature-1"
486486
status:
487487
conditions:
488-
- type: Ready # a built in PodCondition
488+
- type: Ready # a built-in PodCondition
489489
status: "False"
490490
lastProbeTime: null
491491
lastTransitionTime: 2018-01-01T00:00:00Z

0 commit comments

Comments
 (0)