Skip to content

Commit a0433c9

Browse files
author
Tim Bannister
committed
Write headings in sentence case
1 parent a672d0f commit a0433c9

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)