From e8d727dac6ec783bc62eb8326bee3129ebb1b367 Mon Sep 17 00:00:00 2001 From: Gerardo Ramos Date: Wed, 12 Aug 2026 16:24:20 -0700 Subject: [PATCH] Fix typo in execution context boundaries documentation typo on "Create a new branch from the branch ypu selected" text --- .../includes/4-execution-context-boundaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn-pr/github/agent-tooling-mcp-execution-environments/includes/4-execution-context-boundaries.md b/learn-pr/github/agent-tooling-mcp-execution-environments/includes/4-execution-context-boundaries.md index e5c81811bf5..2232b58b63c 100644 --- a/learn-pr/github/agent-tooling-mcp-execution-environments/includes/4-execution-context-boundaries.md +++ b/learn-pr/github/agent-tooling-mcp-execution-environments/includes/4-execution-context-boundaries.md @@ -86,7 +86,7 @@ Agents don't work directly on the main branch. Instead, they: -- Create a new branch from the branch ypu selected +- Create a new branch from the branch you selected - Make changes within that branch - Open a pull request targeting a base branch