From 6996f7c920d2ead9d7a643c748c26a67f0ab987a Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Sat, 3 Sep 2022 11:58:29 +0200
Subject: [PATCH] wip

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7f2fc29bb..03282c4a4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -19,7 +19,7 @@ Please read [Developer documentation] before contribute.
 
 - Create a branch based on `master` and prefixed with your nickname. Give your branch a short name indicating the subject.
 - Create an MR from your branch to `master`.
-- Never contribute to a branch of ahother contributor! If the contributor make a `git rebase` your commit will be lost !
+- Never contribute to a branch of another contributor! If the contributor make a `git rebase` your commit will be lost !
 - Before you push your commit:
   - Apply formatters (rustfmt and prettier) and linter (clippy)
   - Document your code.
-- 
GitLab