We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8170ad1 commit 412c9d1Copy full SHA for 412c9d1
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