Skip to content

Commit

Permalink
Fixed a typo in food/en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeracle authored Jan 20, 2024
1 parent b3f3759 commit b137291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/items/food/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

```java
public static final Item EXAMPLE_FOOD = new Item(new QuiltItemSettings().food(
Expand Down

0 comments on commit b137291

Please sign in to comment.