Skip to content

Conversation

@survivant
Copy link
Contributor

Description

Fix typos and linguistic errors in documentation. It's not much but I'm happy to help

Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • [X ] Follow the CONTRIBUTING Guide.
  • [X ] Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
    • Important Prefixes for release-please:
      • fix: which represents bug fixes, and correlates to a SemVer patch.
      • feat: represents a new feature, and correlates to a SemVer minor.
      • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.
  • [ X] Ensure the tests pass
  • [X ] Appropriate READMEs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

Signed-off-by: Sebastien Dionne <survivant00@gmail.com>
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @survivant, 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 readability of the project's documentation and code comments. It addresses various typos, grammatical inconsistencies, and phrasing issues to make the information clearer and more professional for users and developers alike, contributing to a more polished user experience.

Highlights

  • Documentation Clarity: Improved clarity and grammar across CONTRIBUTING.md, README.md, and various Javadoc comments to enhance readability.
  • Typo Corrections: Fixed several typos, including a recurring 'f the response body' error in Javadoc descriptions and minor spelling/grammatical issues in documentation.
  • Consistency Improvements: Ensured consistent capitalization and appropriate preposition usage in comments and documentation for better uniformity.
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.

@survivant survivant changed the title Fix: Fix typos and linguistic errors in documentation / hacktoberfest docs: Fix typos and linguistic errors in documentation / hacktoberfest Oct 13, 2025
Copy link
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 does a great job of fixing various typos and linguistic errors throughout the documentation and code comments, improving overall readability. I've added a couple of suggestions to further enhance the clarity of the documentation in README.md and a Javadoc comment in A2ACardResolver.java. Thank you for the contribution!

@survivant
Copy link
Contributor Author

if you want can you add this label to this PR : hacktoberfest-accepted :)

@survivant
Copy link
Contributor Author

I'm just not sure with the "Gemini suggestions", I'll wait for a reviewer to validate if I should accept them.

survivant and others added 2 commits October 14, 2025 18:08
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Copy link
Collaborator

@fjuma fjuma left a comment

Choose a reason for hiding this comment

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

Thanks very much @survivant!

@fjuma fjuma merged commit eb732ad into a2aproject:main Oct 15, 2025
8 checks passed
kabir pushed a commit to kabir/a2a-java that referenced this pull request Dec 23, 2025
a2aproject#343)

# Description

Fix typos and linguistic errors in documentation. It's not much but I'm
happy to help

Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make
sure it goes smoothly:

- [X ] Follow the [`CONTRIBUTING` Guide](../CONTRIBUTING.md).
- [X ] Make your Pull Request title in the
<https://www.conventionalcommits.org/> specification.
- Important Prefixes for
[release-please](https://github.com/googleapis/release-please):
- `fix:` which represents bug fixes, and correlates to a
[SemVer](https://semver.org/) patch.
- `feat:` represents a new feature, and correlates to a SemVer minor.
- `feat!:`, or `fix!:`, `refactor!:`, etc., which represent a breaking
change (indicated by the `!`) and will result in a SemVer major.
- [ X] Ensure the tests pass
- [X ] Appropriate READMEs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

---------

Signed-off-by: Sebastien Dionne <survivant00@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants