Skip to content

Commit 8e5b528

Browse files
committed
Fix typos reported by Godo
1 parent adb67ac commit 8e5b528

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ Replace spaces with underscores ( _ )
186186

187187
Please note that the above is a guideline on how to make good chapter, but isn't
188188
exhustive and there are many exceptions. The priority is explaining the concepts
189-
to the reader efficiently and in a way which is understandably.
189+
to the reader efficiently and in a way which is understandable.

chapters/folders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ are placed. These folders need to be placed in a mod location such as
2222
minetest/mods. Mods can be grouped into mod packs which are explained below.
2323

2424
A "mod name" is used to refer to a mod. Each mod should have a unique mod name,
25-
which you can choose - a good mod name describes what the mod does.
25+
which you can choose - a good mod name should describe what the mod does.
2626
Mod names can be made up of letters, numbers, or underscores. The folder a mod is
2727
in needs to be called the same as the mod name.
2828

chapters/nodes_items_crafting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ minetest.register_craftitem("mymod:diamond_fragments", {
6060
})
6161
{% endhighlight %}
6262

63-
Item definitions like seen above are usually made up of a unique
63+
Item definitions like the one seen above are usually made up of a unique
6464
[item string](#item-strings) and a definition table. The definition table
6565
contains attributes which affect the behaviour of the item.
6666

0 commit comments

Comments
 (0)