We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212104c commit a4a7bfeCopy full SHA for a4a7bfe
www/browser/Preparing.js
@@ -174,7 +174,7 @@
174
console.log('Persistent fs quota granted');
175
quotaWasRequested = true;
176
}, function (e) {
177
- 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));
178
});
179
180
channel.onCordovaReady.subscribe(function () {
0 commit comments