Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Jul 5, 2024
1 parent ee24f57 commit 80991f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export class InlineChatHandler extends Disposable {
return (this.diffPreviewer as LiveInlineDiffPreviewer).onPartialEditEvent;
}

accpetAllPartialEdits() {
acceptAllPartialEdits() {
this.diffPreviewer.handleAction(EResultKind.ACCEPT);
}

Expand Down

0 comments on commit 80991f9

Please sign in to comment.