From a70ded41b9ce0ae4b66504213a8fe0e98e0d702c Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Tue, 9 Apr 2019 05:23:02 +0530 Subject: [PATCH] fix typo in volume page (#13698) Associted with #13697 --- 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 703d247813..9df6458cf5 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -477,7 +477,7 @@ mounts an empty directory and clones a git repository into it for your Pod to use. In the future, such volumes may be moved to an even more decoupled model, rather than extending the Kubernetes API for every such use case. -Here is an example for gitRepo volume: +Here is an example of gitRepo volume: ```yaml apiVersion: v1