diff --git a/src/utils.ts b/src/utils.ts index a38566d..532ffee 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -9,7 +9,7 @@ const OFFLINE_STORAGE_KEY = 'logdna::browser::offline-cache'; // This is to remove any offline storage data that was created // when we were using offline caching which was filling -// up the browser localstorage +// up the browser local storage const clearOfflineStorage = () => { try { window.localStorage.removeItem(OFFLINE_STORAGE_KEY);