Jelajahi Sumber

Fix comment in sample

Gittenburg 4 tahun lalu
induk
melakukan
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: {