Skip to content

Commit 592df71

Browse files
committed
Add space before (required)
1 parent a4a60b6 commit 592df71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/markdown/.partials/param-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<tr>
2-
<td>{{tree path}}{{propName}} {{#if required}}<strong>(required)</strong>{{/if}}</td>
2+
<td>{{tree path}}{{propName}} {{#if required}} <strong>(required)</strong>{{/if}}</td>
33
<td>
44
{{#if prop.schema}}
55
{{prop.schema.type}}

templates/markdown/.partials/schema-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<tr>
2-
<td>{{#if prop.deprecated}}<s>{{tree path}}{{propName}}</s> (deprecated){{else}}{{tree path}}{{propName}}{{/if}}{{#if required}}<strong>(required)</strong>{{/if}}</td>
2+
<td>{{#if prop.deprecated}}<s>{{tree path}}{{propName}}</s> (deprecated){{else}}{{tree path}}{{propName}}{{/if}}{{#if required}} <strong>(required)</strong>{{/if}}</td>
33
<td>
44
{{prop.type}}
55
{{~#if prop.anyOf}}anyOf{{~/if}}

0 commit comments

Comments
 (0)