From 1445a3faecd50fe1e9923fc86b609911fb95ba15 Mon Sep 17 00:00:00 2001 From: Imortalshard Date: Sun, 23 Sep 2018 19:58:48 +0930 Subject: [PATCH] Fix typo in the description of /lp export (#1229) --- .../me/lucko/luckperms/common/locale/command/CommandSpec.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java b/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java index 0f89a2518..5c604dfae 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/command/CommandSpec.java @@ -92,7 +92,7 @@ public enum CommandSpec { Argument.create("file", true, "the file to import from") ) ), - EXPORT("Exports all permissions data to an 'export' file. Be be re-imported at a later time.", "/%s export ", + EXPORT("Exports all permissions data to an 'export' file. Can be re-imported at a later time.", "/%s export ", Argument.list( Argument.create("file", true, "the file to export to") )