Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 98b9dcf

Browse files
derklaroGiantTreeLP
authored andcommitted
Update Command.java
1 parent 3fae5e0 commit 98b9dcf

File tree

1 file changed

+1
-1
lines changed
  • cloudnet-cord/cloudnet-command/src/main/java/de/dytanic/cloudnet/command

1 file changed

+1
-1
lines changed

cloudnet-cord/cloudnet-command/src/main/java/de/dytanic/cloudnet/command/Command.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public abstract class Command
2121
protected String permission;
2222
protected String[] aliases;
2323

24-
protected String description = "Default command discrption";
24+
protected String description = "Default command description";
2525

2626
private Collection<CommandArgument> commandArguments = new HashSet<>();
2727

0 commit comments

Comments
 (0)