Skip to content

Commit 1b2660b

Browse files
authored
Fix typo in NoModeWarning.js
So hours later I'm no closer to figuring out why ts-loader is hanging with webpack 4 alpha 4 post `after-compile`. 😭 But I found a typo! Small victories 😄
1 parent 47f2601 commit 1b2660b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NoModeWarning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = class NoModeWarning extends WebpackError {
1313
this.name = "NoModeWarning";
1414
this.message = "configuration\n" +
1515
"The 'mode' option has not been set. " +
16-
"Set 'mode' option to 'development' or 'production' to enable defaults for this enviroment. ";
16+
"Set 'mode' option to 'development' or 'production' to enable defaults for this environment. ";
1717

1818
Error.captureStackTrace(this, this.constructor);
1919
}

0 commit comments

Comments
 (0)