Skip to content

Commit 150b915

Browse files
Fix typo
Co-authored-by: Tshepang Lekhonkhobe <[email protected]>
1 parent 6366c1d commit 150b915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Make sure your pull request is in compliance with Rust's style guidelines by run
143143

144144
$ ./x.py test tidy --bless
145145

146-
We recommand to make this check before every pull request (and every new commit
146+
We recommend to make this check before every pull request (and every new commit
147147
in a pull request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)
148148
before every push to make sure you never forget to make this check. The
149149
CI will also run tidy and will fail if tidy fails.

0 commit comments

Comments
 (0)