adk-samples icon indicating copy to clipboard operation
adk-samples copied to clipboard

fix: correct typos, grammar errors, and formatting issues across project

Open wnqqnw19 opened this issue 2 months ago • 2 comments

Fixed multiple typos, grammar errors, and formatting issues found during project analysis:

1. Fixed grammar error in python/README.md (line 132): Changed "They is" to "They are"   for proper subject-verb agreement.
2. Fixed typo in antom-payment README.md (line 3): Corrected "payemnts" to "payments". 
3. Fixed capitalization in antom-payment README.md (line 9): Changed "it enhances" to  "It enhances" for proper sentence capitalization.
4. Fixed typo in antom-payment README.md path reference (line 59): Corrected "antom-payemnt-agent" to "antom-payment-agent" in the .env file path.
5. Fixed Chinese period character in agent.py (line 11): Replaced Chinese period "。" with standard period "." in the description string.
6. Added missing periods in agent.py instruction string (lines 15-16): Added proper    punctuation at the end of sentences for better readability and grammar.
7. Fixed incomplete description in pyproject.toml (line 4): Changed "That integrates..." to "An agent that integrates..." for grammatically correct and complete description.

All changes maintain code functionality while improving code quality, documentation readability, and adherence to English language conventions.

wnqqnw19 avatar Dec 04 '25 18:12 wnqqnw19

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Dec 04 '25 18:12 google-cla[bot]

I've resolved it, thanks

wnqqnw19 avatar Dec 04 '25 20:12 wnqqnw19