Skip to content

Commit

Permalink
chore: fix minor typo (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and coreyfarrell committed Oct 6, 2019
1 parent b01a6d5 commit 351106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nyc.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if ([
// a non-zero exit codes in either one leads to an overall non-zero exit code.
process.exitCode = 0
foreground(processArgs.hideInstrumenterArgs(
// use the same argv descrption, but don't exit
// use the same argv description, but don't exit
// for flags like --help.
configUtil.buildYargs().parse(process.argv.slice(2))
), function (done) {
Expand Down

0 comments on commit 351106d

Please sign in to comment.