Skip to content

Commit 045de93

Browse files
authored
Merge pull request rust-lang#21 from jalil-salame/patch-1
Fix typos in CONTRIBUTING.md
2 parents 0547ff2 + eb4e999 commit 045de93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 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)