From 7ccdf4c015af4bb49c1ad6586225c30e4cc90ba8 Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Fri, 11 Sep 2020 13:02:54 +0200 Subject: [PATCH] Fix typo Co-authored-by: Tshepang Lekhonkhobe --- src/doc/rustc-dev-guide/src/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 350b991a43a6..f158d16354b9 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.