Skip to content

Commit

Permalink
fix: typo in Compiler.js (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed May 25, 2020
1 parent 22932df commit e1ccad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/lib/utils/Compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Compiler {
process.stdout.write(`) ${percent}% : `);
process.stdout.write(`${cyanBright(msg)}`);
if (percent === 100) {
process.stdout.write(`${cyanBright('Complilation completed\n')}`);
process.stdout.write(`${cyanBright('Compilation completed\n')}`);
}
}
};
Expand Down

0 comments on commit e1ccad4

Please sign in to comment.