From e3ea67a23d37522357af32ba445fb28d09a4cf99 Mon Sep 17 00:00:00 2001 From: Shivay Lamba Date: Mon, 24 Oct 2022 18:32:57 +0000 Subject: [PATCH] Kubernetes Docs Sprint: lowercase volume Signed-off-by: Shivay Lamba --- 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 c81d85b357c..fa9d7c51db0 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -60,7 +60,7 @@ Volumes cannot mount within other volumes (but see [Using subPath](#using-subpat for a related mechanism). Also, a volume cannot contain a hard link to anything in a different volume. -## Types of Volumes {#volume-types} +## Types of volumes {#volume-types} Kubernetes supports several types of volumes.