diff --git a/apps/desktop/src/platform/main/autofill/native-autofill.main.ts b/apps/desktop/src/platform/main/autofill/native-autofill.main.ts index fdd83f17f86..36f9a0be0ee 100644 --- a/apps/desktop/src/platform/main/autofill/native-autofill.main.ts +++ b/apps/desktop/src/platform/main/autofill/native-autofill.main.ts @@ -60,7 +60,7 @@ export class NativeAutofillMain { request, }); }, - // AssertionWihtoutUserInterfaceCallback + // AssertionWithoutUserInterfaceCallback (error, clientId, sequenceNumber, request) => { if (error) { this.logService.error("autofill.IpcServer.assertion", error);