about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorLeSeulArtichaut <leseulartichaut@gmail.com>2020-09-11 13:02:54 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2020-09-11 13:42:39 +0200
commit7ccdf4c015af4bb49c1ad6586225c30e4cc90ba8 (patch)
treefa75fec463e3a0432a4fff4c3c08e1dcef6cfcda /src/doc/rustc-dev-guide
parentf9e705071e46b609cdc8ab0215642282f16aadfc (diff)
downloadrust-7ccdf4c015af4bb49c1ad6586225c30e4cc90ba8.tar.gz
rust-7ccdf4c015af4bb49c1ad6586225c30e4cc90ba8.zip
Fix typo
Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md
index 350b991a43a..f158d16354b 100644
--- a/src/doc/rustc-dev-guide/src/contributing.md
+++ b/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
 
     $ ./x.py test tidy --bless
 
-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
 in a pull request); you can add [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)
 before every push to make sure you never forget to make this check. The
 CI will also run tidy and will fail if tidy fails.