From 522b01480d7e6e043cc635201d04d33438a95677 Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Tue, 9 Apr 2019 06:55:05 +0530 Subject: [PATCH] fix typo in volume page (#13703) Associated with #13702 --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 954690b4f1..d499fa72fe 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -958,7 +958,7 @@ spec: fsType: xfs ``` -For further detail, please the see the [ScaleIO examples](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/staging/volumes/scaleio). +For further detail, please see the [ScaleIO examples](https://github.com/kubernetes/examples/tree/{{< param "githubbranch" >}}/staging/volumes/scaleio). ### secret {#secret}