Skip to content

Commit e1ccad4

Browse files
authored
fix: typo in Compiler.js (#1580)
1 parent 22932df commit e1ccad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack-cli/lib/utils/Compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Compiler {
3434
process.stdout.write(`) ${percent}% : `);
3535
process.stdout.write(`${cyanBright(msg)}`);
3636
if (percent === 100) {
37-
process.stdout.write(`${cyanBright('Complilation completed\n')}`);
37+
process.stdout.write(`${cyanBright('Compilation completed\n')}`);
3838
}
3939
}
4040
};

0 commit comments

Comments
 (0)