From f5fe2cbf15de97a464999d57d79b1d445ae9c274 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Wed, 7 Jul 2021 00:56:13 +0200 Subject: [PATCH] fix typo in error --- src/JSO.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JSO.js b/src/JSO.js index f509df2..ef5b80a 100644 --- a/src/JSO.js +++ b/src/JSO.js @@ -177,7 +177,7 @@ class JSO extends EventEmitter { throw new Error("Could not find retrieve state object.") } } else { - throw new Error("Could not find state paramter from callback.") + throw new Error("Could not find state parameter from callback.") } console.log("state", state)