Skip to content

Commit

Permalink
fix: event's jsdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshGupta-CS authored Aug 13, 2019
1 parent 5d49ab2 commit 8da78b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/browser/editorBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export interface ICodeEditor extends editorCommon.IEditor {
*/
onWillType(listener: (text: string) => void): IDisposable;
/**
* An event emitted before interpreting typed characters (on the keyboard).
* An event emitted after interpreting typed characters (on the keyboard).
* @event
* @internal
*/
Expand Down

0 comments on commit 8da78b6

Please sign in to comment.