Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainyan committed Nov 6, 2023
1 parent f1d48f4 commit 86594ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jump_to_audio_tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ browser.contextMenus.onClicked.addListener((info, tab) => {
return;
}

// "Mute all tabs audible tabs" functionality
// "Mute all audible tabs" functionality
if (info.menuItemId === `${EXT_TAB_ID}muteall`) {
for (const aTab of AUDIBLE_TABS) {
browser.tabs
Expand Down

0 comments on commit 86594ec

Please sign in to comment.