Fix more typos in comments and docs#9404
Fix more typos in comments and docs#9404BennyWaitWhat wants to merge 1 commit intowarpdotdev:masterfrom
Conversation
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I approved this pull request. No matching stakeholder was found for the changed files, so no human reviewers were requested. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR corrects spelling and grammar in comments and Markdown documentation only. The reviewed diff does not change executable logic, and the supplemental security pass found no security-impacting changes.
Concerns
- One changed doc-comment line still has an adjacent grammar issue.
Verdict
Found: 0 critical, 0 important, 1 suggestion
Approve with nits
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
| } | ||
|
|
||
| /// A [`SingletonEntity`] that the tracks events for the code review model throughought the app. | ||
| /// A [`SingletonEntity`] that the tracks events for the code review model throughout the app. |
There was a problem hiding this comment.
💡 [SUGGESTION] Remove the extra article while this doc comment is being cleaned up.
| /// A [`SingletonEntity`] that the tracks events for the code review model throughout the app. | |
| /// A [`SingletonEntity`] that tracks events for the code review model throughout the app. |
Description
A third batch of unambiguous spelling and grammar typos in comments and Markdown docs. 18 files, +26/-26 lines, 29 individual typo corrections. All changes are inside
//or///comments or Markdown text; no functional code is touched.Categories:
propogate/propogates/propogation/propgate->propagate/ etc. (most common, 8+ instances acrossterminal/view.rs,tips/tip_view.rs,resource_center/main_page.rs,server/sync_queue.rs,integration/tests/common/mod.rs)reponder->responder(intip_view.rs,main_page.rs,code_review/mod.rs)accomodate->accommodate,enviornment->environment,intialize->initialize,hierachy->hierarchy,paramter->parameter,delimeter->delimiter(comment only; theWARP_SECRET_DELIMETERconstant and string literal on the next line are intentionally left untouched - they're part of an on-disk data format)appearence->appearance,precicely->precisely,handlign->handling,implmentation->implementation,throughought->throughout,comands->commandslocal_command_executor.rs:176had two typos in one line (then->the,enviornment->environment)An unique reference->A unique reference,an user input->a user input(both nouns start with a /j/ sound and take "a")Propogate->PropagateSkipped intentionally:
WARP_SECRET_DELIMETERconstant name and/warp-secret-delimeter/string literal inexternal_secrets/mod.rs:22(data format, separate refactor concern).delimeterparameter name and call sites inenv_vars/mod.rs(code-identifier rename, also a separate refactor).Testing
Comment / docs only; no test impact.
Agent Mode