diff --git a/eco-api/src/main/java/com/willfp/eco/core/items/Items.java b/eco-api/src/main/java/com/willfp/eco/core/items/Items.java index 0470e16b..df28b864 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/items/Items.java +++ b/eco-api/src/main/java/com/willfp/eco/core/items/Items.java @@ -84,7 +84,7 @@ public final class Items { /** * This is the backbone of the entire eco item system. *

- * You can lookup a TestableItem for any material, custom item, + * You can look up a TestableItem for any material, custom item, * or item in general, and it will return it with any modifiers * passed as parameters. This includes stack size (item amount) * and enchantments that should be present on the item.