Skip to content

Commit 412c9d1

Browse files
timbru31pmcquay
authored andcommitted
fix(browser): typo in preparing.js (apache#447)
this closes apache#446
1 parent 8170ad1 commit 412c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/browser/Preparing.js

+1-1
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)