From 9d3636f1a0c241a319556d1b2e45da7d52114127 Mon Sep 17 00:00:00 2001 From: Ani <189881626+Itswxyz67@users.noreply.github.com> Date: Wed, 6 May 2026 18:55:15 +0530 Subject: [PATCH] Fix typo in contribution guide regarding AI contributions --- docs/src/contributing/contribution-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/contributing/contribution-guide.md b/docs/src/contributing/contribution-guide.md index 99a67c7c..dc797d7d 100644 --- a/docs/src/contributing/contribution-guide.md +++ b/docs/src/contributing/contribution-guide.md @@ -11,7 +11,7 @@ Here's a typical workflow outline for contributions: 4. Write code - Use of AI is encouraged, we provide contextual AI `AGENTS.md` and Cursor rules files. - You can also pass this contribution guide directly to AI context - - Make sure to review and test your code before going forward though. Unsupervised IA contribution are unlikely to pass review. + - Make sure to review and test your code before going forward though. Unsupervised AI contribution are unlikely to pass review. 5. Run tests and review - A simple `task test-unit` and human is enough for most situations - Detailed testing and debugging instructions are provided for more complex situation