Skip to content

Commit

Permalink
Use 'then' instead of 'followed by'
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Jun 3, 2021
1 parent 53015d2 commit 5311dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resources/at-commands.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ constructor(commands, support) {
command = furtherInstruction ? `${command} ${furtherInstruction}` : command;
innerCommands.push(command);
}
commands.push(innerCommands.join(' followed by '));
commands.push(innerCommands.join(", then "));
}

return commands;
Expand Down

0 comments on commit 5311dde

Please sign in to comment.