-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[CHORE] clean up typos across the code #5508
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Fix Typos Across Codebase and Add Automated Typo Check This PR corrects numerous typographical, spelling, and grammatical errors throughout the codebase, including code comments, documentation, markdown, docstrings, test code, and user-facing messages. Additionally, the PR introduces an automated typo-checking workflow for pull requests, leveraging the 'typos' tool and a custom Key Changes• Fixed typos and grammatical errors in code comments, method and variable names, error messages, and inline documentation across Python, Rust, Go, markdown, shell scripts, and configuration files. Affected Areas• All major language codebases (Rust, Python, Go, TypeScript/JavaScript) This summary was automatically generated by @propel-code-bot |
docs/docs.trychroma.com/markdoc/content/docs/querying-collections/query-and-get.md
Show resolved
Hide resolved
docs/docs.trychroma.com/public/llms-docs-querying-collections-query-and-get.txt
Show resolved
Hide resolved
on the manifest. | ||
|
||
## Object Store Layout | ||
|
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.
[Documentation]
Fix grammar: "will overwritten" should be "will be overwritten"
Context for Agents
[**Documentation**]
Fix grammar: "will overwritten" should be "will be overwritten"
File: rust/wal3/README.md
Line: 150
Description of changes
Fix existing typos and add a PR check to check for typos.
Test plan
pytest
for python,yarn test
for js,cargo test
for rust