From e9b989f02dd8d464abfc5b93d70f84598dc87d96 Mon Sep 17 00:00:00 2001 From: Chen Fan Date: Fri, 3 Feb 2017 15:03:06 +0800 Subject: [PATCH] doc: fix typo in CONTRIBUTING Signed-off-by: Chen Fan Closes: #667 Approved by: cgwalters --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 36588113..bbe0d553 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -12,7 +12,7 @@ for more information. Instead, we use an instance of [Homu](https://github.com/servo/homu), currently known as `cgwalters-bot`. -As a review proceeeds, the preferred method is to push `fixup!` +As a review proceeds, the preferred method is to push `fixup!` commits via `git commit --fixup`. Homu knows how to use `--autosquash` when performing the final merge. See the [Git documentation](https://git-scm.com/docs/git-rebase) for more