Skip to content

Commit 0002ac3

Browse files
authored
Merge pull request #103250 from eddiegrau/patch-1
Fix minor typo
2 parents 4763f3a + 363a270 commit 0002ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-csi-blob-storage-static.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following example demonstrates how to mount a Blob storage container as a pe
114114
kubectl create -f pv-blob-nfs.yaml
115115
```
116116

117-
3. Create a `pvc-blob-nfs.yaml` file with a *PersistentVolume*. For example:
117+
3. Create a `pvc-blob-nfs.yaml` file with a *PersistentVolumeClaim*. For example:
118118

119119
```yml
120120
kind: PersistentVolumeClaim

0 commit comments

Comments
 (0)