docs: fix typos in Herebyfile.mjs and eslint rule comment#63324
docs: fix typos in Herebyfile.mjs and eslint rule comment#63324ayushshukla1807 wants to merge 1 commit intomicrosoft:mainfrom
Conversation
|
This repo is closed except for critical bugfixes, see: https://github.com/microsoft/TypeScript?tab=readme-ov-file#contribute https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md#note https://redirect.github.com/microsoft/TypeScript/issues/62963#issuecomment-4100336368 |
There was a problem hiding this comment.
Pull request overview
This PR fixes minor spelling typos discovered by codespell in build task descriptions and an eslint rule comment, improving readability without changing behavior.
Changes:
- Corrects “arugments” → “arguments” in
argument-triviarule comment. - Corrects “miscelaneous” → “miscellaneous” in Hereby task descriptions (
other-outputsandwatch-other-outputs).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/eslint/rules/argument-trivia.cjs | Fixes a typo in an explanatory comment around parameter-name handling. |
| Herebyfile.mjs | Fixes a typo in task description strings for output-building tasks. |
|
From the Pull Request Template:
|
|
Okay, i'll keep that in mind. Sorry.
…On Tue, Mar 31, 2026 at 1:14 AM Martin Johns ***@***.***> wrote:
*MartinJohns* left a comment (microsoft/TypeScript#63324)
<#63324?email_source=notifications&email_token=BLPV2S5JFCXISIS75GKDK734TLFBFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJVG43DSNZVGUY2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-4157697551>
From the Pull Request Template
<https://github.com/microsoft/TypeScript/blob/main/.github/pull_request_template.md?plain=1>
:
** Please don't send typo fixes! **
Please don't send a PR solely for the purpose of fixing a typo, unless
that typo truly hurts understanding of the text. Each PR represents work
for the maintainers, and that work should provide commensurate value.
—
Reply to this email directly, view it on GitHub
<#63324?email_source=notifications&email_token=BLPV2S5JFCXISIS75GKDK734TLFBFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIMJVG43DSNZVGUY2M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJNLQOJPWG33NNVSW45C7N5YGK3S7MNWGSY3L#issuecomment-4157697551>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BLPV2S2GOGRQNXYORZSPM7T4TLFBFAVCNFSM6AAAAACXGQ3GUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DCNJXGY4TONJVGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Fix minor typos found via codespell:\n- 'miscelaneous' → 'miscellaneous' in task descriptions (Herebyfile.mjs)\n- 'arugments' → 'arguments' in a comment (scripts/eslint/rules/argument-trivia.cjs)