From 7b5481ec3c0aa9e2f439b1cb2ea4d95c30ac1fdd Mon Sep 17 00:00:00 2001 From: it-education-md <128720033+it-education-md@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:25:09 -0500 Subject: [PATCH] [2.x] fix: Fix spelling and link in AGENTS docs (#8837) **Problem** AGENTS.md contains a spelling typo in a section heading and a broken link for the tech stack document. **Solution** - Replaced "Pull reuqest guideline" with "Pull request guideline" - Fixed tech stack link target to contributing-docs/07_tech_stack.md --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 950f7cca0..8e3ed85d3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,7 +12,7 @@ Compiling with sbt sbt compile ``` -Pull reuqest guideline +Pull request guideline ---------------------- - Follow the PR guidance in [CONTRIBUTING.md](./CONTRIBUTING.md). @@ -43,7 +43,7 @@ For changes that require coordination with file changes and tasks, use scripted Tech stack ---------- -- [contributing-docs/07_tech_stack.md](contribution-docs/07_tech_stach.md) +- [contributing-docs/07_tech_stack.md](contributing-docs/07_tech_stack.md) Binary compatibility --------------------