Skip to content

Commit 1a204b8

Browse files
committed
Fixed the wrong method name
1 parent 5ec81e4 commit 1a204b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/browser/ui/checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class CheckboxActionViewItem extends BaseActionViewItem {
6565
}
6666
}
6767

68-
dipsose(): void {
68+
dispose(): void {
6969
this.disposables.dispose();
7070
super.dispose();
7171
}

0 commit comments

Comments
 (0)