Merge pull request #952 from AliMirlou/patch-1

Fix typo
This commit is contained in:
Alexandru Dima 2018-08-08 12:31:31 +02:00 committed by GitHub
commit 946bbab820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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