Fixed spelling mistake

This commit is contained in:
ElBe 2023-09-14 17:14:54 +02:00
parent 66363879c8
commit 2b76f50d4c

View File

@ -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. 1. Create a new issue with a summary of your proposed changes and more.
2. Fork the repository. 2. Fork the repository.
3. Implement your changes 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. 5. Create a pull request from your fork.
6. If it gets accepted, your changes will be in the next release. 6. If it gets accepted, your changes will be in the next release.