Skip to content

Commit

Permalink
Fix typo (#3351)
Browse files Browse the repository at this point in the history
* Fix typo

* changelog
  • Loading branch information
colw authored and faboweb committed Dec 27, 2019
1 parent 43553c9 commit 04cc650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/colw_typo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Fixed] [#3351](https://github.com/cosmos/lunie/pull/3351) A typo @colw
2 changes: 1 addition & 1 deletion src/scripts/extension-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const filterExtensionMessage = callback => message => {
}
}

// exported for easyier testing
// exported for easier testing
export const processLunieExtensionMessages = store =>
filterExtensionMessage(data => {
const message = unWrapMessageFromContentScript(data)
Expand Down

0 comments on commit 04cc650

Please sign in to comment.