From 04ece9be0e51d987754b8c2620c3a5cf9f2bf0f1 Mon Sep 17 00:00:00 2001 From: Jon Simpkins Date: Fri, 31 May 2019 10:18:10 -0500 Subject: [PATCH] fix: typo in hook.js error message (#98) --- lib/Hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Hook.js b/lib/Hook.js index 7b3c050..1a58c86 100644 --- a/lib/Hook.js +++ b/lib/Hook.js @@ -21,7 +21,7 @@ class Hook { } compile(options) { - throw new Error("Abstract: should be overriden"); + throw new Error("Abstract: should be overridden"); } _createCall(type) {