Skip to content

Commit efe6d04

Browse files
Trottbcoe
andauthoredAug 30, 2020
fix: add missing space in text (#245)
Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent baa01df commit efe6d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎lib/parse-args.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function buildYargs (withCommands = false) {
9292
.options('allowExternal', {
9393
default: false,
9494
type: 'boolean',
95-
describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to' +
95+
describe: 'supplying --allowExternal will cause c8 to allow files from outside of your cwd. This applies both to ' +
9696
'files discovered in coverage temp files and also src files discovered if using the --all flag.'
9797
})
9898
.options('src', {

0 commit comments

Comments
 (0)