fixed a few typos, and updated the LICENSE file.

This commit is contained in:
Michael MacFadden
2019-11-29 17:25:59 -08:00
parent 827f8065e0
commit db0ada10e3
5 changed files with 6 additions and 8 deletions

View File

@@ -77,7 +77,7 @@ export class RemoteSelection {
private readonly _styleElement: HTMLStyleElement;
/**
* The Monaco editor isntance to render selection into.
* The Monaco editor instance to render selection into.
* @internal
*/
private readonly _editor: editor.ICodeEditor;

View File

@@ -9,7 +9,7 @@ import {Validation} from "./Validation";
*/
export interface IRemoteSelectionManagerOptions {
/**
* The Monaco Editor instace to render the remote selections into.
* The Monaco Editor instance to render the remote selections into.
*/
editor: monaco.editor.ICodeEditor;
}