We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6366c1d commit 150b915Copy full SHA for 150b915
src/contributing.md
@@ -143,7 +143,7 @@ Make sure your pull request is in compliance with Rust's style guidelines by run
143
144
$ ./x.py test tidy --bless
145
146
-We recommand to make this check before every pull request (and every new commit
+We recommend to make this check before every pull request (and every new commit
147
in a pull request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)
148
before every push to make sure you never forget to make this check. The
149
CI will also run tidy and will fail if tidy fails.
0 commit comments