Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hg-pyun authored and jantimon committed Jul 9, 2019
1 parent 0217b04 commit d1bcd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -543,7 +543,7 @@ class MyPlugin {
compiler.hooks.compilation.tap('MyPlugin', (compilation) => {
console.log('The compiler is starting a new compilation...')

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

0 comments on commit d1bcd95

Please sign in to comment.