There was an error while loading. Please reload this page.
1 parent f9e7050 commit 7ccdf4cCopy full SHA for 7ccdf4c
src/doc/rustc-dev-guide/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