Skip to content

Commit 800e00a

Browse files
authored
docs: Fix spacing so the page renders properly
Without these two spaces, the side nav bar fails to render on the website.
1 parent f876dd9 commit 800e00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/d/persistent_volume_claim.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: "kubernetes"
33
page_title: "Kubernetes: kubernetes_persistent_volume_claim"
44
sidebar_current: "docs-kubernetes-data-source-persistent-volume-claim"
55
description: |-
6-
A PersistentVolumeClaim (PVC) is a request for storage by a user. This data source retrieves information about the specified PVC.
6+
A PersistentVolumeClaim (PVC) is a request for storage by a user. This data source retrieves information about the specified PVC.
77
---
88

99
# kubernetes_persistent_volume_claim

0 commit comments

Comments
 (0)