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 <agmsb@users.noreply.github.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
This commit is contained in:
Huaiwu Li
2025-09-19 14:48:31 -07:00
committed by GitHub
parent 5be2a9d5e2
commit ab982b8e32
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
}
```