-
Notifications
You must be signed in to change notification settings - Fork 2.4k
fix: correct spelling in error messages and documentation #2840
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
fix: correct spelling in error messages and documentation #2840
Conversation
|
I used https://github.com/codespell-project/codespell to do these checks. I didn't modify a few that were provider-specific or valid code shorthands. I would be happy to help integrate something like this into CI if that would be helpful or desired. 😄 |
michaelneale
left a comment
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.
nice, some real bad typos in there. that is how you know a human made them!
* main: (51 commits) Docs: Fetch MCP doesnt work with Gemini (#2940) feat: add Help & Feedback section in App Settings (#2935) docs: blog update (#2937) docs: fixing blog image (#2936) docs: lead/worker tutorial and blog post (#2930) chore(deps): bump golang.org/x/net from 0.14.0 to 0.38.0 in /temporal-service (#2836) chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /temporal-service (#2834) fix updater download text (#2919) chore(release): release version 1.0.28 (#2906) Enable updater and remove unzipping and installing update text (#2918) docs: updates for lead-worker model (#2916) fix: correct spelling in error messages and documentation (#2840) Change updater to use platform agnostic and secure zip library (#2913) Docs: Edit recipes on Goose desktop (#2912) Disable updater until we can debug more in release (#2908) fix router trait error (#2910) fix: Check for stderr error in receive() (#2905) Damien/sagemaker tgi (#2888) feat: (tool router) llm tool selector (#2866) feat: (tool router) adds extension name in vector db & search tool (#2855) ...
* main: (23 commits) Docs: Fetch MCP doesnt work with Gemini (#2940) feat: add Help & Feedback section in App Settings (#2935) docs: blog update (#2937) docs: fixing blog image (#2936) docs: lead/worker tutorial and blog post (#2930) chore(deps): bump golang.org/x/net from 0.14.0 to 0.38.0 in /temporal-service (#2836) chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /temporal-service (#2834) fix updater download text (#2919) chore(release): release version 1.0.28 (#2906) Enable updater and remove unzipping and installing update text (#2918) docs: updates for lead-worker model (#2916) fix: correct spelling in error messages and documentation (#2840) Change updater to use platform agnostic and secure zip library (#2913) Docs: Edit recipes on Goose desktop (#2912) Disable updater until we can debug more in release (#2908) fix router trait error (#2910) fix: Check for stderr error in receive() (#2905) Damien/sagemaker tgi (#2888) feat: (tool router) llm tool selector (#2866) feat: (tool router) adds extension name in vector db & search tool (#2855) ...
* upstream/main: Docs: Fetch MCP doesnt work with Gemini (block#2940) feat: add Help & Feedback section in App Settings (block#2935) docs: blog update (block#2937) docs: fixing blog image (block#2936) docs: lead/worker tutorial and blog post (block#2930) chore(deps): bump golang.org/x/net from 0.14.0 to 0.38.0 in /temporal-service (block#2836) chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /temporal-service (block#2834) fix updater download text (block#2919) chore(release): release version 1.0.28 (block#2906) Enable updater and remove unzipping and installing update text (block#2918) docs: updates for lead-worker model (block#2916) fix: correct spelling in error messages and documentation (block#2840) Change updater to use platform agnostic and secure zip library (block#2913) Docs: Edit recipes on Goose desktop (block#2912)
Signed-off-by: Soroosh <[email protected]>
This PR corrects various spelling errors found throughout the codebase in error messages, documentation, and configuration files.
Changes Made
Error Messages & Documentation: Fixed spelling errors in multiple Rust files:
Configuration Files: