From 5ba24e05d097c1f182a9f26d6ca1181941e55756 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sun, 27 Apr 2025 14:22:51 +0200 Subject: [PATCH] Typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff327dec6..11bafb7f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,8 +52,8 @@ is sufficient. However, please make sure that: Regardless whether an addition is approved for inclusion or not, it needs to incubate: -1. First implement it the addition standalone, showing that it’s working well and has a solid design. This has the advantage of people being able to contribute or even create competing implementations -2. One it is considered finished it can be proposed to be included. +1. First implement it standalone, showing that it’s working well and has a solid design. This has the advantage of people being able to contribute or even create competing implementations +2. Once it is considered finished it can be proposed for inclusion. This will greatly help improving the quality of additions.