Skip to content

Commit 9da0bd1

Browse files
mribeirodantas2blinry
authored andcommitted
Fix typos
1 parent ce9fcda commit 9da0bd1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Wanna build your own level? Great! Here's how to do it:
2121
1. Run the game – the easiest way to do so is to run `godot scenes/main.tscn` from the project directory.
2222
1. Get a bit familiar with the levels which are currently there.
2323
1. Take a look into the `levels` directory. It's split into chapters, and each level is a file.
24-
1. Make a copy of an existing level or start writing your own. See the documention of the format below.
24+
1. Make a copy of an existing level or start writing your own. See the documentation of the format below.
2525
1. Write and test your level. If you're happy with it, feel free to send it to us in a pull request! <3
2626

2727
### Level format

levels/index/add

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ test "$(git show main^:c)" != "c"
3535

3636
[congrats]
3737

38-
Well done! Try tavelling between the commits using `git checkout`, so you can look at their contents again!
38+
Well done! Try travelling between the commits using `git checkout`, so you can look at their contents again!

levels/stash/stash-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ git add recipe
3939

4040
[win]
4141

42-
# Did you resolve the confict and commit?
42+
# Did you resolve the conflict and commit?
4343
{ git show HEAD | grep "Flour"; } && { git show HEAD | grep "Salt"; }
4444

4545
# Did you clear stash stack?

scenes/game.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func shell_received(text):
7474

7575
func _notification(what):
7676
if what == MainLoop.NOTIFICATION_WM_QUIT_REQUEST:
77-
#get_tree().quit() # default behavio
77+
#get_tree().quit() # default behavior
7878
get_tree().change_scene("res://scenes/survey.tscn")
7979

8080

0 commit comments

Comments
 (0)