Skip to content

Commit 36b7352

Browse files
author
Daniel Fullmer
committed
Use backticks for descriptions
1 parent 436c499 commit 36b7352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/partials/schemaGeneric.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
minProperties: {{{minProperties}}},
5555
{{/if}}
5656
{{#if description}}
57-
description: '{{{description}}}',
57+
description: `{{{description}}}`,
5858
{{/if}}
5959
{{#if hasDefault}}
6060
default: {{json default}},

0 commit comments

Comments
 (0)