Skip to content

fix: correct spelling errors in comments and documentation#13450

Closed
annasba07 wants to merge 1 commit intogoogle-gemini:mainfrom
annasba07:fix/misc-typos-issue-13086
Closed

fix: correct spelling errors in comments and documentation#13450
annasba07 wants to merge 1 commit intogoogle-gemini:mainfrom
annasba07:fix/misc-typos-issue-13086

Conversation

@annasba07
Copy link
Copy Markdown

Summary

Fix 15 typos across multiple packages in comments, strings, and documentation.

Changes

  • packages/cli/src/ui/types.ts - Attemtping → Attempting
  • packages/a2a-server/src/agent/task.ts - necesssary → necessary
  • packages/core/src/utils/filesearch/fileSearch.ts - occurence → occurrence
  • packages/a2a-server/development-extension-rfc.md - represeting → representing, ToolOuput → ToolOutput
  • docs/get-started/authentication.md - interative → interactive
  • packages/core/src/telemetry/semantic.ts - explictly → explicitly
  • packages/core/src/test-utils/mock-tool.ts - overrided → overridden
  • packages/core/src/test-utils/config.ts - paramters → parameters
  • packages/core/src/utils/schemaValidator.ts - confroms → conforms
  • packages/cli/src/ui/components/InputPrompt.tsx - completey → completely
  • packages/cli/src/test-utils/mockCommandContext.ts - recursivlty → recursively
  • packages/core/src/agents/codebase-investigator.ts - chagnes → changes
  • packages/cli/src/ui/components/DebugProfiler.tsx - measuing → measuring
  • packages/vscode-ide-companion/src/ide-server.ts - rejcted → rejected

Test plan

  • All preflight checks pass (npm run preflight)
  • Changes are limited to comments and documentation strings - no functional impact

Fixes #13086

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
@annasba07 annasba07 requested a review from a team as a code owner November 19, 2025 22:48
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @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

  • Documentation Clarity: Corrected 'interative' to 'interactive' in docs/get-started/authentication.md for improved readability.
  • Protocol Definition Accuracy: Fixed 'represeting' to 'representing' and 'ToolOuput' to 'ToolOutput' in packages/a2a-server/development-extension-rfc.md.
  • Agent Task Logic: Updated 'necesssary' to 'necessary' in a comment within packages/a2a-server/src/agent/task.ts.
  • CLI Test Utilities: Corrected 'recursivlty' to 'recursively' in a comment within packages/cli/src/test-utils/mockCommandContext.ts.
  • UI Debugging: Changed 'measuing' to 'measuring' in a comment related to UX update frequency in packages/cli/src/ui/components/DebugProfiler.tsx.
  • Input Prompt UI: Fixed 'completey' to 'completely' in a comment explaining input handling in packages/cli/src/ui/components/InputPrompt.tsx.
  • Authentication State: Corrected 'Attemtping' to 'Attempting' in the AuthState enum description in packages/cli/src/ui/types.ts.
  • Agent Instructions: Updated 'chagnes' to 'changes' in the codebase investigator agent's instructions in packages/core/src/agents/codebase-investigator.ts.
  • Telemetry Semantic: Fixed 'explictly' to 'explicitly' in a comment regarding supported responseMimeType values in packages/core/src/telemetry/semantic.ts.
  • Configuration Utilities: Corrected 'paramters' to 'parameters' in a JSDoc comment for DEFAULT_CONFIG_PARAMETERS in packages/core/src/test-utils/config.ts.
  • Mock Tooling: Changed 'overrided' to 'overridden' in a comment for MockModifiableTool in packages/core/src/test-utils/mock-tool.ts.
  • File Search Logic: Fixed 'occurence' to 'occurrence' in a comment explaining the fuzzy search algorithm in packages/core/src/utils/filesearch/fileSearch.ts.
  • Schema Validation: Corrected 'confroms' to 'conforms' in the JSDoc for the SchemaValidator.validate method in packages/core/src/utils/schemaValidator.ts.
  • IDE Server Description: Updated 'rejcted' to 'rejected' in the description for the 'openDiff' IDE tool in packages/vscode-ide-companion/src/ide-server.ts.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@annasba07
Copy link
Copy Markdown
Author

Closing as duplicate - the typos were already fixed in #13577

@annasba07 annasba07 closed this Nov 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Misc. typos in docs and source code strings

1 participant