1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

fix some typos

This commit is contained in:
Martin Lindhe
2017-11-28 16:18:22 +01:00
parent 04145aade4
commit efe2558519
2 changed files with 3 additions and 3 deletions

View File

@@ -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: