From 80d88b3c4bb1cac4cf4e3e1a23220cb62cac39a1 Mon Sep 17 00:00:00 2001 From: Samuel Kahessay Date: Sun, 17 May 2026 16:36:10 -0600 Subject: [PATCH] Fix typo in execution context unit --- .../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 9cd0c08fd6f..7e031b77257 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 @@ -85,7 +85,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