Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PassionPenguin authored Aug 7, 2024
1 parent be68d68 commit f0f28c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ browser.action.setBadgeBackgroundColor(
- `tabId` {{optional_inline}}
- : `integer`. Sets the badge background color only for the given tab. The color is reset when the user navigates this tab to a new page.
- `windowId` {{optional_inline}}
- : `integer`. Sets the badge background color only for the given tab.
- : `integer`. Sets the badge background color only for the given window.

<!---->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ browser.action.setBadgeTextColor(
- `tabId` {{optional_inline}}
- : `integer`. Sets the badge text color only for the given tab. The color is reset when the user navigates this tab to a new page.
- `windowId` {{optional_inline}}
- : `integer`. Sets the badge text color only for the given tab.
- : `integer`. Sets the badge text color only for the given window.

<!---->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ browser.browserAction.setBadgeBackgroundColor(
- `tabId` {{optional_inline}}
- : `integer`. Sets the badge background color only for the given tab. The color is reset when the user navigates this tab to a new page.
- `windowId` {{optional_inline}}
- : `integer`. Sets the badge background color only for the given tab.
- : `integer`. Sets the badge background color only for the given window.

<!---->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ browser.browserAction.setBadgeTextColor(
- `tabId` {{optional_inline}}
- : `integer`. Sets the badge text color only for the given tab. The color is reset when the user navigates this tab to a new page.
- `windowId` {{optional_inline}}
- : `integer`. Sets the badge text color only for the given tab.
- : `integer`. Sets the badge text color only for the given window.

<!---->

Expand Down

0 comments on commit f0f28c9

Please sign in to comment.