Skip to content

Commit 1cb5efb

Browse files
committed
content/en: Fix incorrect letter casing for data storage units
Unit Gib (Gibibit) was used where GiB (Gibibyte) was intended.
1 parent 8d17471 commit 1cb5efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Cluster Domain will be set to `cluster.local` unless
225225

226226
For each VolumeClaimTemplate entry defined in a StatefulSet, each Pod receives one
227227
PersistentVolumeClaim. In the nginx example above, each Pod receives a single PersistentVolume
228-
with a StorageClass of `my-storage-class` and 1 Gib of provisioned storage. If no StorageClass
228+
with a StorageClass of `my-storage-class` and 1 GiB of provisioned storage. If no StorageClass
229229
is specified, then the default StorageClass will be used. When a Pod is (re)scheduled
230230
onto a node, its `volumeMounts` mount the PersistentVolumes associated with its
231231
PersistentVolume Claims. Note that, the PersistentVolumes associated with the

0 commit comments

Comments
 (0)