Skip to content

Commit 5cb0eb7

Browse files
fhennigTechassi
andauthored
Update js/doc.js
Co-authored-by: Techassi <[email protected]>
1 parent 72da0ad commit 5cb0eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/doc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function SchemaPart({ key, property, parent, parentSlug }) {
115115
}
116116
}
117117
if (property.Enum) {
118-
type = type + ': enum';
118+
type = `${type}: enum`
119119
enumvals = property.Enum;
120120
}
121121

0 commit comments

Comments
 (0)