Explorar o código

Fix comment in sample

Gittenburg %!s(int64=4) %!d(string=hai) anos
pai
achega
b817a5d6b8

+ 1 - 1
test/playground.generated/extending-language-services-configure-json-defaults.html

@@ -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: {

+ 1 - 1
website/playground/new-samples/extending-language-services/configure-json-defaults/sample.js

@@ -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: {