-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Fix minor typos in comments and documentation #10287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- "create" -> "crate" - "analagous" -> "analogous"
|
All contributors have signed the CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes several minor typos in comments and documentation across the codebase. All changes are purely textual with no impact on business logic, runtime behavior, or user-facing functionality.
Changes:
- Corrected spelling and typographical errors in comments and documentation
- Ensured consistency in command naming and terminology
- Fixed product name references
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/typescript/src/thread.ts | Fixed typo "Respesent" → "Represent" in JSDoc comment for Thread class |
| codex-rs/tui/src/bottom_pane/command_popup.rs | Fixed typo '/" → '/' in function documentation comment |
| codex-rs/cloud-requirements/src/lib.rs | Fixed product name "codecs" → "codex" in comment |
| codex-rs/apply-patch/src/standalone_executable.rs | Corrected command name "apply-patch" → "apply_patch" for consistency in usage message |
| .github/codex/labels/codex-rust-review.md | Fixed typos "create" → "crate" and "analagous" → "analogous" in review guidelines |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I have read the CLA Document and I hereby sign the CLA |
|
@ruyut, we recently updated our contribution guidelines to indicate that we're no longer accepting unsolicited code contributions. All code contributions are by invitation only. To read more about why we've taken this step, please refer to this announcement. Since this isn't a "code" contribution and it's fast and easy to review, I'll take it. For future contributions, please follow our contribution guidelines. Thanks for the contribution. |
Summary
I have read the contribution guidelines.
All changes in this PR are limited to text corrections and do not modify any business logic, runtime behavior, or user-facing functionality.
Details
This PR fixes several minor typos, including:
create->crateanalagous->analogousapply-patch->apply_patchcodecs->codex'/"->'/'Respesent->Represent