Skip to content

Commit

Permalink
Added a missing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario A. Guillen R committed Nov 27, 2018
1 parent decf6b1 commit 10074d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandList.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const commandLookUp = new CommandLookUp();
/**
* To add a new command, just need the name, the arguments,
* and then the function to execute.
* Note: When adding a new command update the list of supported commands on the readme file
* Note: When adding a new command, update the list of supported commands on the readme file
*/
commandLookUp.add(
new Command("fd", [new CommandArg("value", ARGUMENT_TYPES.EXPRESSION)], value => {
Expand Down

0 comments on commit 10074d3

Please sign in to comment.