Skip to content

Commit

Permalink
chore: fix typos (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm authored Mar 20, 2024
1 parent 46f8097 commit dcb97db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/src/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class WelcomePanel {
this.update();

// Listen for when the panel is disposed
// This happens when the user closes the panel or when the panel is closed programatically
// This happens when the user closes the panel or when the panel is closed programmatically
this.panel.onDidDispose(() => this.dispose(), null, this.disposables);
}

Expand Down
File renamed without changes.

0 comments on commit dcb97db

Please sign in to comment.