mirror of
https://github.com/webpack/tapable.git
synced 2026-02-01 16:07:39 +00:00
fix: typo in hook.js error message (#98)
This commit is contained in:
parent
d784d4a49b
commit
04ece9be0e
@ -21,7 +21,7 @@ class Hook {
|
||||
}
|
||||
|
||||
compile(options) {
|
||||
throw new Error("Abstract: should be overriden");
|
||||
throw new Error("Abstract: should be overridden");
|
||||
}
|
||||
|
||||
_createCall(type) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user