From c42eb789df3a01b288291266ca7947203e9e3746 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 5 Aug 2016 16:37:25 -0700 Subject: [PATCH] fix typo --- src/main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/index.js b/src/main/index.js index 898f977a..63a67b95 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -24,7 +24,7 @@ var shouldQuit = false var argv = sliceArgv(process.argv) if (config.IS_PRODUCTION) { - // When Electron is running in produdtion mode (packaged app), then run React + // When Electron is running in production mode (packaged app), then run React // in production mode too. process.env.NODE_ENV = 'production' }