From 2d2ae604dd7a9d352b6ca38a63045536ec19fd60 Mon Sep 17 00:00:00 2001 From: Yuan Shing Kong Date: Sun, 19 Jun 2022 10:43:23 +0800 Subject: [PATCH] Fix typo --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 369afe5dc0..fd994c97fa 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -117,7 +117,7 @@ spec: fsType: ext4 ``` -If the EBS volume is partitioned, you can supply the optional field `partition: ""` to specify which parition to mount on. +If the EBS volume is partitioned, you can supply the optional field `partition: ""` to specify which partition to mount on. #### AWS EBS CSI migration