Skip to content

Commit

Permalink
fix(browser): typo in preparing.js (#447)
Browse files Browse the repository at this point in the history
this closes #446
  • Loading branch information
timbru31 authored Dec 12, 2020
1 parent 212104c commit a4a7bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/browser/Preparing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit a4a7bfe

Please sign in to comment.