summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMartin Lindhe <martin-commit@ubique.se>2017-11-28 16:18:22 +0100
committerMartin Lindhe <martin-commit@ubique.se>2017-11-28 16:18:22 +0100
commitefe25585199d532ce3aa78e53bf31cded231cb57 (patch)
tree3eb4152d513d2d0be9398b18c9a859828420aa3d /CONTRIBUTING.md
parent04145aade49ae09788f617ffb8df509455bbc87e (diff)
downloadredot-engine-efe25585199d532ce3aa78e53bf31cded231cb57.tar.gz
fix some typos
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6cb52cf5ff..68ec20a525 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -83,7 +83,7 @@ history when coming from PRs.
Also try to make commits that bring the engine from one stable state to another
stable state, i.e. if your first commit has a bug that you fixed in the second
commit, try to merge them together before making your pull request (see ``git
-rebase -i`` and relevant help about rebasing or ammending commits on the
+rebase -i`` and relevant help about rebasing or amending commits on the
Internet).
This git style guide has some good practices to have in mind: