Skip to content

Commit b57d839

Browse files
authored
Merge pull request #44432 from sftim/20231219_revise_statefulset_tutorial
Write headings in sentence case for StatefulSet tutorial
2 parents b7bd4c9 + a0433c9 commit b57d839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tutorials/stateful-application/basic-stateful-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ NAME DESIRED CURRENT AGE
116116
web 2 1 20s
117117
```
118118

119-
### Ordered Pod Creation
119+
### Ordered Pod creation
120120

121121
For a StatefulSet with _n_ replicas, when Pods are being deployed, they are
122122
created sequentially, ordered from _{0..n-1}_. Examine the output of the
@@ -479,7 +479,7 @@ created each Pod sequentially with respect to its ordinal index, and it
479479
waited for each Pod's predecessor to be Running and Ready before launching the
480480
subsequent Pod.
481481

482-
### Scaling Down
482+
### Scaling down
483483

484484
In one terminal, watch the StatefulSet's Pods:
485485

0 commit comments

Comments
 (0)