From ac35e49d2147811e1c710681c8d5780e74640a0e Mon Sep 17 00:00:00 2001 From: Justin Johnson Date: Mon, 10 Apr 2017 12:53:09 -0500 Subject: [PATCH] Minor grammar update --- 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 8bdc75320b..420ff666c1 100644 --- a/docs/concepts/storage/persistent-volumes.md +++ b/docs/concepts/storage/persistent-volumes.md @@ -76,7 +76,7 @@ The reclaim policy for a `PersistentVolume` tells the cluster what to do with th If supported by appropriate volume plugin, recycling performs a basic scrub (`rm -rf /thevolume/*`) on the volume and makes it available again for a new claim. -However, an administrator can configure a custom recycler pod templates using the Kubernetes controller manager command line arguments as described [here](/docs/admin/kube-controller-manager/). The custom recycler pod template must contain a `volumes` specification, as shown in the example below: +However, an administrator can configure a custom recycler pod template using the Kubernetes controller manager command line arguments as described [here](/docs/admin/kube-controller-manager/). The custom recycler pod template must contain a `volumes` specification, as shown in the example below: ```yaml apiVersion: v1