From 1e599c6fae699d3bd50f7dfbba331dbeefc72cc8 Mon Sep 17 00:00:00 2001 From: Nachiket Torwekar Date: Thu, 21 May 2026 05:43:37 -0700 Subject: [PATCH] docs: fix triaging agent sample typo Signed-off-by: Nachiket Torwekar --- contributing/samples/adk_team/adk_triaging_agent/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/samples/adk_team/adk_triaging_agent/agent.py b/contributing/samples/adk_team/adk_triaging_agent/agent.py index 22c75ca5d6..09186935b9 100644 --- a/contributing/samples/adk_team/adk_triaging_agent/agent.py +++ b/contributing/samples/adk_team/adk_triaging_agent/agent.py @@ -189,7 +189,7 @@ def assign_gtech_owner_to_issue(issue_number: int) -> dict[str, Any]: as long as the issue needs an owner. All unassigned issues will be considered for GTech ownership. Unassigned - issues will seperated in two categories: issues with type "Bug" and issues + issues will be separated in two categories: issues with type "Bug" and issues with type "Feature". Then bug issues and feature issues will be equally assigned to the Gtech members in such a way that every day all members get equal number of bug and feature issues.