Skip to content

Commit

Permalink
impr(commandline): add 'wpm' alias to min speed command
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Apr 26, 2024
1 parent 510b887 commit c7e86b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/commandline/lists/min-wpm.ts
Expand Up @@ -34,7 +34,7 @@ const commands: MonkeyTypes.Command[] = [
{
id: "changeMinWpm",
display: "Minimum speed...",
alias: "minimum",
alias: "minimum wpm",
icon: "fa-bomb",
subgroup,
},
Expand Down

0 comments on commit c7e86b5

Please sign in to comment.