From a988182a96d04bb1644f3cbb901c2eba29aca519 Mon Sep 17 00:00:00 2001 From: Jeremy Ayerst Date: Sun, 18 Jun 2017 09:44:13 -0500 Subject: [PATCH] Fix syntax err in example Missing " made example unusable --- docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/storage/persistent-volumes.md b/docs/concepts/storage/persistent-volumes.md index e02171b062..001dc93661 100644 --- a/docs/concepts/storage/persistent-volumes.md +++ b/docs/concepts/storage/persistent-volumes.md @@ -252,7 +252,7 @@ spec: - "ReadWriteOnce" gcePersistentDisk: fsType: "ext4" - pdName: "gce-disk-1 + pdName: "gce-disk-1" ``` A mount option is a string which will be cumulatively joined and used while mounting volume to the disk.