From 85964380355202c225ea8634260b2eacab8d7e4d Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Tue, 9 Apr 2019 05:31:05 +0530 Subject: [PATCH] fix typo in volumes pages (#13700) Associated with #13699 --- content/en/docs/concepts/storage/volumes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 9df6458cf5..954690b4f1 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -619,7 +619,7 @@ be able to run. Applications using local volumes must be able to tolerate this reduced availability, as well as potential data loss, depending on the durability characteristics of the underlying disk. -The following is an example PersistentVolume spec using a `local` volume and +The following is an example of PersistentVolume spec using a `local` volume and `nodeAffinity`: ```yaml @@ -931,7 +931,7 @@ You must have an existing ScaleIO cluster already setup and running with the volumes created before you can use them. {{< /caution >}} -The following is an example Pod configuration with ScaleIO: +The following is an example of Pod configuration with ScaleIO: ```yaml apiVersion: v1