Open
Bug 1975100
Opened 7 months ago
Updated 3 months ago
Typo in assertion text in response/response-clone.any.js
Categories
(Firefox for Android :: General, task)
Firefox for Android
General
Tracking
()
UNCONFIRMED
People
(Reporter: waitwhatwhohowwhere, Unassigned)
Details
(Keywords: good-first-bug)
Steps to reproduce:
- Search for the common typo "bufer": https://github.com/search?q=repo%3Amozilla-firefox%2Ffirefox+bufer&type=code
- Navigate to https://github.com/mozilla-firefox/firefox/blob/e8f6d0bd4a714048584bbb0d523e5f96559599d8/testing/web-platform/tests/fetch/api/response/response-clone.any.js#L107
- Search for all instances of "bufer"
Actual results:
The assertion text references a nonexistent "ArrayBufer" due to a typo.
Expected results:
The typo should be be fixed to mention ArrayBuffer.
Comment 1•7 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → General
Product: Firefox → Firefox for Android
Updated•7 months ago
|
Hi, I'm a first time contributor and this looks like a good bug to start with. Could I get assigned this?
You need to log in
before you can comment on or make changes to this bug.
Description
•