Skip to content

Commit c109797

Browse files
committed
Fix minor spelling
1 parent 071d0c2 commit c109797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/paper/dev/api/data-component-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ itemStack.setData(DataComponentTypes.ENCHANTMENT_GLINT_OVERRIDE, true); // Make
216216

217217
## Matching items without certain data components
218218

219-
When comparing items, you sometimes want to ignore certains values. For this we can use the
219+
When comparing items, you sometimes want to ignore certain values. For this we can use the
220220
<Javadoc name="org.bukkit.inventory.ItemStack#matchesWithoutData(org.bukkit.inventory.ItemStack,java.util.Set)">`ItemStack#matchesWithoutData`</Javadoc>
221221
method.
222222

0 commit comments

Comments
 (0)