Fixing the space in volumes docs (#7532)

This commit is contained in:
Kris Nova
2018-02-26 21:06:45 -06:00
committed by k8s-ci-robot
parent 527911530d
commit 2c5ace18e9
+1 -1
View File
@@ -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).