From 81ba244863fca6b7fc8549329082ab7ad692d156 Mon Sep 17 00:00:00 2001 From: rohan436 Date: Thu, 19 Mar 2026 09:41:50 +0800 Subject: [PATCH] docs: fix CONTRIBUTING grammar --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2fe649c6..5bee09596 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ welcome your pull requests: 1. Fork the repo and create your branch from `master`. 2. If you've added code that should be tested, add tests. -3. If you've added code that need documentation, update the documentation. +3. If you've added code that needs documentation, update the documentation. 4. Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html). 5. Issue that pull request!