concepts/storage: fix minor typo in volumes.md

Fixes pluralization typo from:
many type of volumes
to:
many types of volumes
This commit is contained in:
Emmanuel Odeke
2017-07-20 01:18:02 -06:00
committed by Andrew Chen
parent d2d92d9eec
commit 5c8944036b
+1 -1
View File
@@ -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 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 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 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. use any number of them simultaneously.
At its core, a volume is just a directory, possibly with some data in it, which At its core, a volume is just a directory, possibly with some data in it, which