Skip to content

Commit b67ffa2

Browse files
author
prima
committed
fix: Addressed missing commas
1 parent 9d6bb2f commit b67ffa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

klite.embd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25885,7 +25885,7 @@ else
2588525885
"keywords": {
2588625886
description: "<keywords to help with searching>",
2588725887
type: "array",
25888-
itemType: "string"
25888+
itemType: "string",
2588925889
minItems: 1,
2589025890
}
2589125891
},
@@ -25912,7 +25912,7 @@ else
2591225912
"keywords": {
2591325913
description: "<keywords to help with searching>",
2591425914
type: "array",
25915-
itemType: "string"
25915+
itemType: "string",
2591625916
minItems: 1,
2591725917
}
2591825918
},

0 commit comments

Comments
 (0)