Skip to content

Commit 87d0ce9

Browse files
Fix wording
1 parent 450adc7 commit 87d0ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/chat/platform/minedown/BungeeQuickChat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private void sendItemHologramChat(@NotNull Player player, @NotNull String text,
198198
builder = appendItemHoloChat(ReflectFactory.convertBukkitItemStackToJson(itemStack), message);
199199
}
200200
if (QuickShop.getPermissionManager().hasPermission(player, "quickshop.preview")) {
201-
//Skip the previous component, avoid it was apply with click event
201+
//Skip the previous component, avoid it was applied with click event
202202
builder.append(" ");
203203
builder.event(new ClickEvent(
204204
ClickEvent.Action.RUN_COMMAND,

0 commit comments

Comments
 (0)