Skip to content

Commit 80991f9

Browse files
committed
chore: fix typo
1 parent ee24f57 commit 80991f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ai-native/src/browser/widget/inline-chat/inline-chat.handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export class InlineChatHandler extends Disposable {
459459
return (this.diffPreviewer as LiveInlineDiffPreviewer).onPartialEditEvent;
460460
}
461461

462-
accpetAllPartialEdits() {
462+
acceptAllPartialEdits() {
463463
this.diffPreviewer.handleAction(EResultKind.ACCEPT);
464464
}
465465

0 commit comments

Comments
 (0)