Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Nov 10, 2021
1 parent 2b401e2 commit 4aeae3f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface BaseToWebviewMessage {
readonly __vscode_notebook_message: true;
}

export interface WebviewIntialized extends BaseToWebviewMessage {
export interface WebviewInitialized extends BaseToWebviewMessage {
readonly type: 'initialized';
}

Expand Down Expand Up @@ -354,7 +354,7 @@ export interface ITokenizedStylesChangedMessage {
readonly css: string;
}

export type FromWebviewMessage = WebviewIntialized |
export type FromWebviewMessage = WebviewInitialized |
IDimensionMessage |
IMouseEnterMessage |
IMouseLeaveMessage |
Expand Down

0 comments on commit 4aeae3f

Please sign in to comment.