Skip to content

Commit dc3e4a2

Browse files
committed
JsonSchema: fixes copy-paste errors [ci skip]
Fixes #2013
1 parent f0759ac commit dc3e4a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/json_schema.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008
},
10091009
"type": {
10101010
"type": "string",
1011-
"description": "Set whether to show icon before string keys",
1011+
"description": "Set whether to show builtin icon before string keys",
10121012
"oneOf": [
10131013
{
10141014
"const": "none",
@@ -1020,7 +1020,7 @@
10201020
},
10211021
{
10221022
"const": "icon",
1023-
"description": "Show icon keys (requires newest nerd font)"
1023+
"description": "Show builtin icon (requires newest nerd font)"
10241024
},
10251025
{
10261026
"const": "both",
@@ -1047,7 +1047,6 @@
10471047
"description": "Show both icon and string with 4 spaces between them"
10481048
}
10491049
],
1050-
],
10511050
"default": "string"
10521051
},
10531052
"paddingLeft": {

0 commit comments

Comments
 (0)