Skip to content

Commit b1185aa

Browse files
authored
Fixed JSON parse error in schema.json (#7152)
1 parent 0de8be2 commit b1185aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"type": "array",
9898
"items": {
9999
"title": "Path to JavaScript file (may be local or absolute URL to external JS)",
100-
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript",
100+
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript"
101101
},
102102
"uniqueItems": true,
103103
"minItems": 1

0 commit comments

Comments
 (0)