🐞 fix(web-extension): typo (#1307)

Co-authored-by: Yun Feng <yun.feng0817@gmail.com>
This commit is contained in:
huangkairan
2023-10-19 22:10:21 -05:00
committed by GitHub
parent 57a940afac
commit 8444cb2dad
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'@rrweb/web-extension': patch
---
🐞 fix(web-extension): typo

View File

@@ -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) => {