Browse Source

Merge pull request #952 from AliMirlou/patch-1

Fix typo
Alexandru Dima 7 years ago
parent
commit
946bbab820

+ 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,