Skip to content

Commit 49d49d9

Browse files
committed
[fix] typo
1 parent cb9a34f commit 49d49d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/maintainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ module.exports.data = new CmdBuilder()
2020
.addChoices([
2121
['Add user', 'add'],
2222
['Remove user', 'remove'],
23-
['Disply info about user', 'info'],
23+
['Display info about user', 'info'],
2424
])
2525
.setRequired(true));

0 commit comments

Comments
 (0)