diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7f2fc29bbb7e340cac366e9902cb07b5ddf9dd7c..03282c4a4fcb61adb3645fa67e3d86589a0a8fdd 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.