From 40d3a82975704aa3cd75ecc6a1ac3827eb81455c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 2 Feb 2022 16:13:06 +0000 Subject: [PATCH] Fix typo --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 3aed2154c4..4ae35352b0 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -44,7 +44,7 @@ module.exports = (env, argv) => { // // argv.mode is always set to "production" by yarn build // (called to build prod, nightly and develop.element.io) - // arg.mode is set to "delopment" by yarn start + // arg.mode is set to "development" by yarn start // (called by developers, runs the continuous reload script) // process.env.CI_PACKAGE is set when yarn build is called from scripts/ci_package.sh // (called to build nightly and develop.element.io)