Skip to content

Commit dfc786b

Browse files
committed
fix typo
1 parent 84bb71f commit dfc786b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pro/cloudnode/smp/enchantbookplus/MainCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public boolean onCommand(
4848
@SuppressWarnings("SameReturnValue")
4949
public boolean overview(final @NotNull CommandSender sender) {
5050
PluginDescriptionFile description = plugin.getDescription();
51-
sender.sendMessage(а" + description.getName() + " §fv" + description.getVersion() + " by §7"
51+
sender.sendMessage(a" + description.getName() + " §fv" + description.getVersion() + " by §7"
5252
+ String.join(", ", description.getAuthors()));
5353

5454
return true;

0 commit comments

Comments
 (0)