Skip to content

Commit

Permalink
fix: event's jsdoc typo (microsoft#79071)
Browse files Browse the repository at this point in the history
fix: event's jsdoc typo
  • Loading branch information
alexdima authored Aug 14, 2019
2 parents b2b0c86 + c93ebfa commit 18c84e2
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 18c84e2

Please sign in to comment.