From 2b76f50d4c7565c1e8c4100792db30ccb196c4e0 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:14:54 +0200 Subject: [PATCH] Fixed spelling mistake --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6bfdfdc..3cb4b15 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -22,7 +22,7 @@ and a pull request. See below for making changes on your own. 1. Create a new issue with a summary of your proposed changes and more. 2. Fork the repository. 3. Implement your changes -4. Test your changes. Run `cargo fmt`, `cargo check` ad `cargo clippy` to verify it works. +4. Test your changes. Run `cargo fmt`, `cargo check` and `cargo clippy` to verify it works. 5. Create a pull request from your fork. 6. If it gets accepted, your changes will be in the next release.