Skip to content

Commit

Permalink
🐞 fix(web-extension): typo (rrweb-io#1307)
Browse files Browse the repository at this point in the history
Co-authored-by: Yun Feng <yun.feng0817@gmail.com>
  • Loading branch information
huangkairan and YunFeng0817 authored Oct 20, 2023
1 parent 57a940a commit 8444cb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tiny-candles-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rrweb/web-extension': patch
---

🐞 fix(web-extension): typo
2 changes: 1 addition & 1 deletion packages/web-extension/src/utils/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Channel {
private emitter = mitt();
constructor() {
/**
* Register massage listener.
* Register message listener.
*/
Browser.runtime.onMessage.addListener(
((message: string, sender: Runtime.MessageSender) => {
Expand Down

0 comments on commit 8444cb2

Please sign in to comment.