Skip to content

Commit 1a31469

Browse files
committed
Fix: typo in run script cli doc
1 parent ede30be commit 1a31469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/run/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const fs = require('fs');
2121
const child_process = require("child_process");
2222

2323
exports.command = ['script [names..]'];
24-
exports.desc = 'Run script nameds [names..]';
24+
exports.desc = 'Run script named [names..]';
2525
exports.builder = yargs => yargs
2626
.positional(
2727
'[names..]', {

0 commit comments

Comments
 (0)