Fix comment in sample

pull/2161/head
Gittenburg 4 years ago
parent 7e0afc8f43
commit b817a5d6b8

@ -64,7 +64,7 @@ monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
}
}
}, {
uri: "http://myserver/bar-schema.json", // id of the first schema
uri: "http://myserver/bar-schema.json", // id of the second schema
schema: {
type: "object",
properties: {

@ -27,7 +27,7 @@ monaco.languages.json.jsonDefaults.setDiagnosticsOptions({
}
}
}, {
uri: "http://myserver/bar-schema.json", // id of the first schema
uri: "http://myserver/bar-schema.json", // id of the second schema
schema: {
type: "object",
properties: {

Loading…
Cancel
Save