From 33439aef8e266558d2c86dd0bc8da21cb289f53e Mon Sep 17 00:00:00 2001 From: Tim Nicholas Date: Tue, 10 Apr 2018 01:45:09 +1200 Subject: [PATCH] Remove double negative (#8026) --- docs/concepts/storage/storage-classes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/storage/storage-classes.md b/docs/concepts/storage/storage-classes.md index ccf9446048..d8f2e91dcf 100644 --- a/docs/concepts/storage/storage-classes.md +++ b/docs/concepts/storage/storage-classes.md @@ -111,8 +111,8 @@ Persistent Volumes that are dynamically created by a storage class will have the mount options specified in the `mountOptions` field of the class. If the volume plugin does not support mount options but mount options are -specified, provisioning will fail. Mount options are not validated on neither -the class nor PV, so mount of the PV will simply fail if one is invalid. +specified, provisioning will fail. Mount options are not validated on either +the class or PV, so mount of the PV will simply fail if one is invalid. ## Parameters