Skip to content

Commit 470250d

Browse files
authored
Merge pull request #839 from franpog859/franpog859/fix-codeblock-ticks-in-docs
Fix code block ticks in docs
2 parents 4dd74f6 + bfde964 commit 470250d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/master/concepts/connection-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
string:
153153
type: Format
154154
fmt: "%s-secret2"
155-
`` `
155+
```
156156
{{</expand >}}
157157
158158
{{<expand "Reference CompositeResourceDefinition" >}}

content/v1.17/concepts/connection-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
string:
153153
type: Format
154154
fmt: "%s-secret2"
155-
`` `
155+
```
156156
{{</expand >}}
157157
158158
{{<expand "Reference CompositeResourceDefinition" >}}

content/v1.18/concepts/connection-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
string:
153153
type: Format
154154
fmt: "%s-secret2"
155-
`` `
155+
```
156156
{{</expand >}}
157157
158158
{{<expand "Reference CompositeResourceDefinition" >}}

0 commit comments

Comments
 (0)