From 2a41bcb95f1e1ce18d22047dfae4920c84b4be89 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 17 May 2020 07:46:38 +1000 Subject: [PATCH] docs: Fix simple typo, numberic -> numeric There is a small typo in jstorage.js. Should read `numeric` rather than `numberic`. --- jstorage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jstorage.js b/jstorage.js index 8180a23..638fe17 100644 --- a/jstorage.js +++ b/jstorage.js @@ -470,7 +470,7 @@ } /** - * Function checks if a key is set and is string or numberic + * Function checks if a key is set and is string or numeric * * @param {String} key Key name */ @@ -993,4 +993,4 @@ // Initialize jStorage _init(); -})(); \ No newline at end of file +})();