fix: correct spelling errors in comments and documentation#13450
fix: correct spelling errors in comments and documentation#13450annasba07 wants to merge 1 commit intogoogle-gemini:mainfrom
Conversation
Fix 15 typos across multiple packages: - Attemtping → Attempting - necesssary → necessary - occurence → occurrence - represeting → representing - ToolOuput → ToolOutput - interative → interactive - explictly → explicitly - overrided → overridden - paramters → parameters - confroms → conforms - completey → completely - recursivlty → recursively - chagnes → changes - measuing → measuring - rejcted → rejected Fixes google-gemini#13086
Summary of ChangesHello @annasba07, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request focuses on enhancing the overall quality and professionalism of the codebase and documentation by addressing numerous spelling errors. It systematically corrects 15 typos found across various packages, ensuring that comments, string literals, and markdown documentation are accurate and free from grammatical mistakes. The changes are purely cosmetic and have no functional impact on the software's behavior. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request consists of several typo fixes across comments, documentation, and string literals. The changes are all correct and improve the overall quality and readability of the code. I have reviewed the changes and have no further comments, as there are no high or critical severity issues to address. This looks good to merge.
|
Closing as duplicate - the typos were already fixed in #13577 |
Summary
Fix 15 typos across multiple packages in comments, strings, and documentation.
Changes
packages/cli/src/ui/types.ts- Attemtping → Attemptingpackages/a2a-server/src/agent/task.ts- necesssary → necessarypackages/core/src/utils/filesearch/fileSearch.ts- occurence → occurrencepackages/a2a-server/development-extension-rfc.md- represeting → representing, ToolOuput → ToolOutputdocs/get-started/authentication.md- interative → interactivepackages/core/src/telemetry/semantic.ts- explictly → explicitlypackages/core/src/test-utils/mock-tool.ts- overrided → overriddenpackages/core/src/test-utils/config.ts- paramters → parameterspackages/core/src/utils/schemaValidator.ts- confroms → conformspackages/cli/src/ui/components/InputPrompt.tsx- completey → completelypackages/cli/src/test-utils/mockCommandContext.ts- recursivlty → recursivelypackages/core/src/agents/codebase-investigator.ts- chagnes → changespackages/cli/src/ui/components/DebugProfiler.tsx- measuing → measuringpackages/vscode-ide-companion/src/ide-server.ts- rejcted → rejectedTest plan
npm run preflight)Fixes #13086