Skip to content

Commit 1d6f09d

Browse files
atzJoe Atzberger
authored andcommitted
Fix markdown rendering (space after ##)
1 parent be88f44 commit 1d6f09d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/resources/persistent_volume_claim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ resource "kubernetes_persistent_volume" "example" {
134134
}
135135
```
136136

137-
##Import
137+
## Import
138138

139139
Persistent Volume Claim can be imported using its namespace and name, e.g.
140140

docs/resources/validating_webhook_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ resource "kubernetes_validating_webhook_configuration" "example" {
222222

223223
The provider supports clusters running either `v1` or `v1beta1` of the Admission Registration API.
224224

225-
##Import
225+
## Import
226226

227227
Validating Webhook Configuration can be imported using the name, e.g.
228228

templates/resources/persistent_volume_claim.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This resource allows the user to request for and claim to a persistent volume.
1515

1616
{{tffile "examples/resources/persistent_volume_claim/example_1.tf"}}
1717

18-
##Import
18+
## Import
1919

2020
Persistent Volume Claim can be imported using its namespace and name, e.g.
2121

templates/resources/validating_webhook_configuration.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Validating Webhook Configuration configures a [validating admission webhook](htt
1919

2020
The provider supports clusters running either `v1` or `v1beta1` of the Admission Registration API.
2121

22-
##Import
22+
## Import
2323

2424
Validating Webhook Configuration can be imported using the name, e.g.
2525

0 commit comments

Comments
 (0)