We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22932df commit e1ccad4Copy full SHA for e1ccad4
packages/webpack-cli/lib/utils/Compiler.js
@@ -34,7 +34,7 @@ class Compiler {
34
process.stdout.write(`) ${percent}% : `);
35
process.stdout.write(`${cyanBright(msg)}`);
36
if (percent === 100) {
37
- process.stdout.write(`${cyanBright('Complilation completed\n')}`);
+ process.stdout.write(`${cyanBright('Compilation completed\n')}`);
38
}
39
40
};
0 commit comments