From 5c8944036bb42f46c77138ff0d0b8725e033a63c Mon Sep 17 00:00:00 2001 From: Emmanuel Odeke Date: Thu, 20 Jul 2017 01:18:02 -0600 Subject: [PATCH] concepts/storage: fix minor typo in volumes.md Fixes pluralization typo from: many type of volumes to: many types of volumes --- docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index 27116978e3..eedf110009 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -42,7 +42,7 @@ A Kubernetes volume, on the other hand, has an explicit lifetime - the same as the pod that encloses it. Consequently, a volume outlives any containers that run within the Pod, and data is preserved across Container restarts. Of course, when a Pod ceases to exist, the volume will cease to exist, too. Perhaps more -importantly than this, Kubernetes supports many type of volumes, and a Pod can +importantly than this, Kubernetes supports many types of volumes, and a Pod can use any number of them simultaneously. At its core, a volume is just a directory, possibly with some data in it, which