Skip to content

Commit 2d15fbd

Browse files
fix: typo in EINVALIDEXECCWD error message (#209)
1 parent 9ec80ed commit 2d15fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/definitions/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your configuration for the \`${cmdProp}\` option is \`${stringify(cmd)}\`.`,
2525
Your configuration for the \`shell\` option is \`${stringify(shell)}\`.`,
2626
}),
2727
EINVALIDEXECCWD: ({execCwd}) => ({
28-
message: 'Invalid `shell` option.',
28+
message: 'Invalid `execCwd` option.',
2929
details: `The [\`execCwd\` option](${linkify('README.md#options')}) if defined, must be a non empty \`String\`.
3030
3131
Your configuration for the \`execCwd\` option is \`${stringify(execCwd)}\`.`,

0 commit comments

Comments
 (0)