From a87c9071ce867528f68b3c32e059ed7cadfb0954 Mon Sep 17 00:00:00 2001 From: Nursultan Mamatov <121430182+CodeForBeauty@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:52:26 +0600 Subject: [PATCH] Typo fixed in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ada5e5fa5..7f91b6ddc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Go check out our [Trello](https://trello.com/b/NQjLXRCP/flax-roadmap). * For feature PR's the first thing you should evaluate is the value of your contribution, as in, what would it bring to this engine? Is it really required? If its a small change you could preferably suggest it to us on our discord, else feel free to open up a PR for it. -* Ensure when creating a PR that your contribution is well explained with a adequate description and title. +* Ensure when creating a PR that your contribution is well explained with an adequate description and title. * Generally, good code quality is expected, make sure your contribution works as intended and is appropriately commented where necessary.