Skip to content

Commit

Permalink
Fix typo (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee authored and kenpowers-signal committed Jun 28, 2019
1 parent 4457dca commit 22f5c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

async function remove(key) {
if (!ready) {
window.log.warn('Called storage.get before storage is ready. key:', key);
window.log.warn('Called storage.remove before storage is ready. key:', key);
}

delete items[key];
Expand Down

0 comments on commit 22f5c01

Please sign in to comment.