Skip to content

Commit c4723f9

Browse files
committed
fix
1 parent 54aaac6 commit c4723f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/contentscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ function logStreamDisconnectWarning(remoteLabel, error) {
470470
* background state is completely initialized and it is ready to process method calls.
471471
* This is used as a notification to replay any pending messages in MV3.
472472
*
473-
* @param {object} chunk - instance of message received
473+
* @param {object} msg - instance of message received
474474
*/
475475
function extensionStreamMessageListener(msg) {
476476
if (

0 commit comments

Comments
 (0)