Skip to content

Commit e753bfa

Browse files
authored
Merge pull request #78 from Xeracle/patch-1
Fixed a typo in food/en.md
2 parents b3f3759 + b137291 commit e753bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/items/food/en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This tutorial will assume that you already understand [Creating your First Item](first-item)
44

5-
Adding a `FoodComponent` to an item's settings makes that item food. A `FoodComponent` can be created using a `FoodComponent.Bulder`. Try reading the inline documentation (Javadocs) of the builder to understand what's going on here, or continue reading for an explanation:
5+
Adding a `FoodComponent` to an item's settings makes that item food. A `FoodComponent` can be created using a `FoodComponent.Builder`. Try reading the inline documentation (Javadocs) of the builder to understand what's going on here, or continue reading for an explanation:
66

77
```java
88
public static final Item EXAMPLE_FOOD = new Item(new QuiltItemSettings().food(

0 commit comments

Comments
 (0)