Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 53bef44

Browse files
committed
Bug 1975573 - Fix typo in test/browser/browser_ext_browserAction_pageAction_icon.js. r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D256265
1 parent 9a24853 commit 53bef44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/components/extensions/test/browser/browser_ext_browserAction_pageAction_icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ add_task(async function testDetailsObjects() {
438438

439439
let detailString = JSON.stringify(details);
440440
browser.test.log(
441-
`Setting browerAction/pageAction to ${detailString} expecting URLs ${JSON.stringify(
441+
`Setting browserAction/pageAction to ${detailString} expecting URLs ${JSON.stringify(
442442
details.resolutions
443443
)}`
444444
);

0 commit comments

Comments
 (0)