summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChen Fan <fan.chen@easystack.cn>2017-02-03 15:03:06 +0800
committerAtomic Bot <atomic-devel@projectatomic.io>2017-02-03 19:05:40 +0000
commite9b989f02dd8d464abfc5b93d70f84598dc87d96 (patch)
tree4fbd49e0a04efe469dd3511ba39ed4dc5d0ef636 /docs
parentd894f609dbacd6d66aaff0402cab60a59901f73e (diff)
downloadostree-e9b989f02dd8d464abfc5b93d70f84598dc87d96.tar.gz
doc: fix typo in CONTRIBUTING
Signed-off-by: Chen Fan <fan.chen@easystack.cn> Closes: #667 Approved by: cgwalters
Diffstat (limited to 'docs')
-rw-r--r--docs/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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