Skip to content

Commit 4b99762

Browse files
authored
Merge pull request #26032 from tengqm/fix-pv-typo
Fix a typo in persistent volumes pages
2 parents 0f7be50 + 3173093 commit 4b99762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ If expanding underlying storage fails, the cluster administrator can manually re
311311
PersistentVolume types are implemented as plugins. Kubernetes currently supports the following plugins:
312312

313313
* [`awsElasticBlockStore`](/docs/concepts/storage/volumes/#awselasticblockstore) - AWS Elastic Block Store (EBS)
314-
* [`azureDisk`](/docs/concepts/sotrage/volumes/#azuredisk) - Azure Disk
314+
* [`azureDisk`](/docs/concepts/storage/volumes/#azuredisk) - Azure Disk
315315
* [`azureFile`](/docs/concepts/storage/volumes/#azurefile) - Azure File
316316
* [`cephfs`](/docs/concepts/storage/volumes/#cephfs) - CephFS volume
317317
* [`cinder`](/docs/concepts/storage/volumes/#cinder) - Cinder (OpenStack block storage)

0 commit comments

Comments
 (0)