Skip to content

Commit 7fc57e3

Browse files
Fix typo in code (#166)
1 parent 1f74091 commit 7fc57e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/scripts/FriendlyEats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ window.onload = function() {
200200
);
201201
})
202202
.catch(function(error) {
203-
console.log("ServiceWorker registration failed:", errror);
203+
console.log("ServiceWorker registration failed:", error);
204204
});
205205
}
206206
};

0 commit comments

Comments
 (0)