Skip to content

Commit

Permalink
doc: typo (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel authored and shadowspawn committed Dec 7, 2019
1 parent 45d371e commit 3baa16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function Command(name) {
* // Command implemented using separate executable file (description is second parameter to `.command`)
* program
* .command('start <service>', 'start named service')
* .command('stop [service]', 'stop named serice, or all if no name supplied');
* .command('stop [service]', 'stop named service, or all if no name supplied');
*
* @param {string} nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`
* @param {Object|string} [actionOptsOrExecDesc] - configuration options (for action), or description (for executable)
Expand Down

0 comments on commit 3baa16f

Please sign in to comment.