From 351106d13b819d2fa5b7ee711adf0aa04654d047 Mon Sep 17 00:00:00 2001 From: James George Date: Sun, 6 Oct 2019 19:54:21 +0530 Subject: [PATCH] chore: fix minor typo (#1188) --- bin/nyc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nyc.js b/bin/nyc.js index 95d09c65a..b5d6f52de 100755 --- a/bin/nyc.js +++ b/bin/nyc.js @@ -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) {