Skip to content

Commit

Permalink
stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Mar 9, 2018
1 parent 68b230a commit fbc43b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/indexeddb-local-backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ LocalIndexedDBStoreBackend.prototype = {
*/
_loadSyncData: function() {
console.log(
`LocalIndexedDBStoreBackend: loaded sync data`,
`LocalIndexedDBStoreBackend: loading sync data`,
);
return Promise.try(() => {
console.log(
Expand Down

0 comments on commit fbc43b0

Please sign in to comment.