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 +})();