From a4a7bfe2aa48f5c44eb8af264c1c6540ea4dd072 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Sat, 12 Dec 2020 12:14:51 +0000 Subject: [PATCH] fix(browser): typo in preparing.js (#447) this closes #446 --- www/browser/Preparing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/browser/Preparing.js b/www/browser/Preparing.js index b826a6520..2a5989a2d 100644 --- a/www/browser/Preparing.js +++ b/www/browser/Preparing.js @@ -174,7 +174,7 @@ console.log('Persistent fs quota granted'); quotaWasRequested = true; }, function (e) { - console.log('Error occured while trying to request Persistent fs quota: ' + JSON.stringify(e)); + console.log('Error occurred while trying to request Persistent fs quota: ' + JSON.stringify(e)); }); channel.onCordovaReady.subscribe(function () {