From f1dfe99673336f2a1bc94f5c5fd8673c047016fe Mon Sep 17 00:00:00 2001 From: MichalMankowski Date: Mon, 8 Jan 2018 15:11:42 +0100 Subject: [PATCH] Fix typo --- 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 bc7a57c913..0643f1a362 100644 --- a/docs/concepts/storage/persistent-volumes.md +++ b/docs/concepts/storage/persistent-volumes.md @@ -80,7 +80,7 @@ When the [PVC protection alpha feature](/docs/tasks/administer-cluster/pvc-prote You can see that a PVC is protected when the PVC's status is `Terminating` and the `Finalizers` list includes `kubernetes.io/pvc-protection`: ```shell -kubectl described pvc hostpath +kubectl describe pvc hostpath Name: hostpath Namespace: default StorageClass: example-hostpath