docs: fix 3 typos in code comments#1361
Conversation
94ed376 to
d01a8ca
Compare
|
Thank you for including us in your massive bulk of pull-requests on Github repositories! Could you please change our typos config in order to make sure we catch the first one with Thank you!! |
Adds _typos.toml with an extend-words entry so `make lint` catches this misspelling going forward, as requested in review.
|
Done — added |
|
Why do we see that behaviour in the first place? Shouldn't it be reported upstream? |
|
Good catch — you're right, the This does look like a gap in typos-cli's dictionary. I'll file an issue upstream at crate-ci/typos to get |
This reverts commit 2c6b7d2.
Summary
Fix 3 typos across 3 files:
bin/check-workspace-attachments.py: "intropsecting" → "introspecting"cronjobs/src/commands/backport_records.py: "is ran" → "is run" (past participle)cronjobs/src/commands/refresh_signature.py: "eg." → "e.g."No functional changes — comments only.