From bc1f1ce8f9e7747b5b02a48319643028b41d4e11 Mon Sep 17 00:00:00 2001 From: MOHITKOURAV01 Date: Sat, 31 Jan 2026 16:41:32 +0530 Subject: [PATCH] docs: fix grammar and spelling in contribution guide --- docs/contribution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribution.md b/docs/contribution.md index b7db0d54a4..a7fe8896e0 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -1,6 +1,6 @@ # Contribution Guide -zx is a fully [open-source project](https://github.com/google/zx), which is developing by the community for the community. +zx is a fully [open-source project](https://github.com/google/zx), which is developed by the community for the community. We welcome contributions of any kind, including but not limited to: * Bug reports * Feature requests @@ -41,7 +41,7 @@ Before proposing changes, look for similar ones in the project's [issues](https: * Make your changes. * If you are adding a new feature, please include additional tests. The coverage threshold is 98%. - * Create a [conventional-commits](https://www.conventionalcommits.org/en/v1.0.0/) compliant messages. + * Create [conventional-commits](https://www.conventionalcommits.org/en/v1.0.0/) compliant messages. * Ensure that everything is working: * `npm run fmt` to format your code. * `npm run test:coverage` to run the tests.