From e6df54dc53a3c4a58d7e655a3e753ccdf247ca44 Mon Sep 17 00:00:00 2001 From: ivorisnoob Date: Sun, 15 Mar 2026 21:13:23 +0530 Subject: [PATCH] Fixed Typos in Agents.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index ac24c6a2c7..06e7370171 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -21,7 +21,7 @@ If a tradeoff is required, choose correctness and robustness over short-term con ## Maintainability -Long term maintainability is a core priority. If you add new functionality, first check if there are shared logic that can be extracted to a separate module. Duplicate logic across mulitple files is a code smell and should be avoided. Don't be afraid to change existing code. Don't take shortcuts by just adding local logic to solve a problem. +Long term maintainability is a core priority. If you add new functionality, first check if there is shared logic that can be extracted to a separate module. Duplicate logic across multiple files is a code smell and should be avoided. Don't be afraid to change existing code. Don't take shortcuts by just adding local logic to solve a problem. ## Package Roles