Merge pull request #14065 from akkatracker/patch-1

Fix typo in comments of text-editor-registry.js
This commit is contained in:
Wliu
2017-03-26 16:14:10 -04:00
committed by GitHub

View File

@@ -190,7 +190,7 @@ export default class TextEditorRegistry {
}
// Set a {TextEditor}'s grammar based on its path and content, and continue
// to update its grammar as gramamrs are added or updated, or the editor's
// to update its grammar as grammars are added or updated, or the editor's
// file path changes.
//
// * `editor` The editor whose grammar will be maintained.