From ef785eab8181397f708af7862758bd092b9b34b5 Mon Sep 17 00:00:00 2001 From: Hinton Date: Tue, 29 Dec 2020 21:01:47 +0100 Subject: [PATCH] Spelling --- src/entry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.ts b/src/entry.ts index 2c6704a3ae..d4cd12cfe6 100644 --- a/src/entry.ts +++ b/src/entry.ts @@ -1,6 +1,6 @@ import { NativeMessagingProxy } from './proxy/native-messaging-proxy'; -// We need to import the other dependencies using `reqiuire` since import will +// We need to import the other dependencies using `require` since `import` will // generate `Error: Cannot find module 'electron'`. The cause of this error is // due to native messaging setting the ELECTRON_RUN_AS_NODE env flag on windows // which removes the electron module. This flag is needed for stdin/out to work