Skip to content

Commit a4a7bfe

Browse files
authored
fix(browser): typo in preparing.js (#447)
this closes #446
1 parent 212104c commit a4a7bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/browser/Preparing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
console.log('Persistent fs quota granted');
175175
quotaWasRequested = true;
176176
}, function (e) {
177-
console.log('Error occured while trying to request Persistent fs quota: ' + JSON.stringify(e));
177+
console.log('Error occurred while trying to request Persistent fs quota: ' + JSON.stringify(e));
178178
});
179179

180180
channel.onCordovaReady.subscribe(function () {

0 commit comments

Comments
 (0)