Skip to content

Commit eb4e999

Browse files
authored
Fix typos in CONTRIBUTING.md
I found this through [mastodon][1] and found the typos jarring. [1]: https://hachyderm.io/@epage/112729287446906823
1 parent 0547ff2 commit eb4e999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ As a heads up, we'll be running your PR through the following gauntlet:
3535
- `rustfmt`
3636
- `clippy`
3737
- `rustdoc`
38-
- [`committed`](https://github.com/crate-ci/committed) as we use [Conventional](https://www.conventionalcommits.org) commit styl
38+
- [`committed`](https://github.com/crate-ci/committed) as we use [Conventional](https://www.conventionalcommits.org) commit style
3939
- [`typos`](https://github.com/crate-ci/typos) to check spelling
4040

4141
Not everything can be checked automatically though.
4242

43-
We request that the commit history get cleaned up.
43+
We request that the commit history gets cleaned up.
4444
We ask that commits are atomic, meaning they are complete and have a single responsibility.
45-
PRs shoukd tell a cohesive story, with test and refactor commits that keep the
45+
PRs should tell a cohesive story, with test and refactor commits that keep the
4646
fix or feature commits simple and clear.
4747

4848
Specifically, we would encouage

0 commit comments

Comments
 (0)