From 2c5ace18e9f6f398efdaee59440faddcfaa2b847 Mon Sep 17 00:00:00 2001 From: Kris Nova Date: Mon, 26 Feb 2018 21:06:45 -0600 Subject: [PATCH] Fixing the space in volumes docs (#7532) --- 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 3c49b03672..10bd4c64c8 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -49,7 +49,7 @@ volume type used. To use a volume, a pod specifies what volumes to provide for the pod (the `spec.volumes` -field) and where to mount those into containers(the +field) and where to mount those into containers (the `spec.containers.volumeMounts` field).