From ab982b8e32fbcd8e5b718498032cba65d9b9e232 Mon Sep 17 00:00:00 2001 From: Huaiwu Li Date: Fri, 19 Sep 2025 14:48:31 -0700 Subject: [PATCH] docs: fix typos and grammar errors in documentation (#8422) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: anthony bushong Co-authored-by: Arya Gummadi --- CONTRIBUTING.md | 2 +- docs/releases.md | 2 +- packages/a2a-server/development-extension-rfc.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1bf381ea71..b84a0b6bb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -144,7 +144,7 @@ To start the Gemini CLI from the source code (after building), run the following npm start ``` -If you'd like to run the source build outside of the gemini-cli folder you can utilize `npm link path/to/gemini-cli/packages/cli` (see: [docs](https://docs.npmjs.com/cli/v9/commands/npm-link)) or `alias gemini="node path/to/gemini-cli/packages/cli"` to run with `gemini` +If you'd like to run the source build outside of the gemini-cli folder, you can utilize `npm link path/to/gemini-cli/packages/cli` (see: [docs](https://docs.npmjs.com/cli/v9/commands/npm-link)) or `alias gemini="node path/to/gemini-cli/packages/cli"` to run with `gemini` ### Running Tests diff --git a/docs/releases.md b/docs/releases.md index 73682e135d..056ee5730a 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -29,7 +29,7 @@ npm install -g @google/gemini-cli@latest ### Nightly -- New releases will be published each week at UTC 0000 each day, This will be all changes from the main branch as represted at time of release. It should be assumed there are pending validations and issues. Use `nightly` tag. +- New releases will be published each day at UTC 0000. This will be all changes from the main branch as represented at time of release. It should be assumed there are pending validations and issues. Use `nightly` tag. ```bash npm install -g @google/gemini-cli@nightly diff --git a/packages/a2a-server/development-extension-rfc.md b/packages/a2a-server/development-extension-rfc.md index be8299341a..5cc89c6806 100644 --- a/packages/a2a-server/development-extension-rfc.md +++ b/packages/a2a-server/development-extension-rfc.md @@ -273,7 +273,7 @@ message DevelopmentToolEvent { // The tier of the user (optional). string user_tier = 3; - // An unexpected error occured in the agent execution (optional). + // An unexpected error occurred in the agent execution (optional). string error = 4; } ```