tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 7ad56857802d7a94d299c77b786b1293a3469fb7
parent 34490ef80f018d97f0cbfca5341b4e213e32e968
Author: seva-alipov <seva.alipov@mail.utoronto.ca>
Date:   Thu,  9 Oct 2025 22:09:40 +0000

Bug 1975568: Fix documentation typo in webcompat-reporter/README.md r=boek,android-reviewers,webcompat-reviewers,twisniewski

Differential Revision: https://phabricator.services.mozilla.com/D267341

Diffstat:
Mmobile/android/android-components/components/feature/webcompat-reporter/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/android/android-components/components/feature/webcompat-reporter/README.md b/mobile/android/android-components/components/feature/webcompat-reporter/README.md @@ -24,7 +24,7 @@ Please make sure to only run this once, as the feature itself does not check if ### Providing the browser-XXX label for reports -The `install` function has an optional second parameter, `productName`. This allows reports to be labelled using the correct broswer-XXX label on webcompat.com. For example, +The `install` function has an optional second parameter, `productName`. This allows reports to be labelled using the correct browser-XXX label on webcompat.com. For example, ``` WebCompatReporterFeature.install(engine, "fenix")