Skip to content

Commit aa9f7c6

Browse files
author
Anton Zdanov
authored
chore: fix typo
1 parent 959eb98 commit aa9f7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/serve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config.plugins = [
2727
if (!isProduction) {
2828
// hot reload plugin
2929
config.plugins.push(new webpack.HotModuleReplacementPlugin());
30-
// setup no erros plugin
30+
// setup no errors plugin
3131
config.plugins.push(new webpack.NoEmitOnErrorsPlugin());
3232
}
3333

0 commit comments

Comments
 (0)