From b13729196ffb52f3bbe0856c7c1aeaebf0770933 Mon Sep 17 00:00:00 2001 From: Xeracle Date: Sat, 20 Jan 2024 14:36:48 +1100 Subject: [PATCH] Fixed a typo in food/en.md --- wiki/items/food/en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/items/food/en.md b/wiki/items/food/en.md index 9da214cf..d9698f00 100644 --- a/wiki/items/food/en.md +++ b/wiki/items/food/en.md @@ -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(