Skip to content

Commit d1bcd95

Browse files
hg-pyunjantimon
authored andcommitted
Update README.md
1 parent 0217b04 commit d1bcd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ class MyPlugin {
543543
compiler.hooks.compilation.tap('MyPlugin', (compilation) => {
544544
console.log('The compiler is starting a new compilation...')
545545

546-
// Staic Plugin interface |compilation |HOOK NAME | register listener
546+
// Static Plugin interface |compilation |HOOK NAME | register listener
547547
HtmlWebpackPlugin.getHooks(compilation).beforeEmit.tapAsync(
548548
'MyPlugin', // <-- Set a meaningful name here for stacktraces
549549
(data, cb) => {

0 commit comments

Comments
 (0)