Преглед на файлове

Merge pull request #952 from AliMirlou/patch-1

Fix typo
Alexandru Dima преди 7 години
родител
ревизия
946bbab820
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      website/playground/new-samples/extending-language-services/custom-languages/sample.js

+ 1 - 1
website/playground/new-samples/extending-language-services/custom-languages/sample.js

@@ -13,7 +13,7 @@ monaco.languages.setMonarchTokensProvider('mySpecialLanguage', {
 	}
 });
 
-// Define a new theme that constains only rules that match this language
+// Define a new theme that contains only rules that match this language
 monaco.editor.defineTheme('myCoolTheme', {
 	base: 'vs',
 	inherit: false,