Skip to content

Commit

Permalink
Fixed JSON parse error in schema.json (#7152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoettle committed May 6, 2024
1 parent 0de8be2 commit b1185aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schema.json
Expand Up @@ -97,7 +97,7 @@
"type": "array",
"items": {
"title": "Path to JavaScript file (may be local or absolute URL to external JS)",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/customization/#additional-javascript"
},
"uniqueItems": true,
"minItems": 1
Expand Down

0 comments on commit b1185aa

Please sign in to comment.