fix: typo in hook.js error message (#98)

This commit is contained in:
Jon Simpkins 2019-05-31 10:18:10 -05:00 committed by Evilebot Tnawi
parent d784d4a49b
commit 04ece9be0e

View File

@ -21,7 +21,7 @@ class Hook {
}
compile(options) {
throw new Error("Abstract: should be overriden");
throw new Error("Abstract: should be overridden");
}
_createCall(type) {