Skip to content

Commit 5f8bc1a

Browse files
committed
fix proselint
1 parent f0cebea commit 5f8bc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const pluginName = 'ConsoleLogOnBuildWebpackPlugin';
2929
class ConsoleLogOnBuildWebpackPlugin {
3030
apply(compiler) {
3131
compiler.hooks.run.tap(pluginName, (compilation) => {
32-
console.log('The webpack build process is starting!!!');
32+
console.log('The webpack build process is starting!');
3333
});
3434
}
3535
}

0 commit comments

Comments
 (0)