Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit f1f220e

Browse files
committed
Fixes #108
1 parent 0419999 commit f1f220e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/call.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Positional arguments:
4040
* http://yargs.js.org/docs/#methods-commandmodule-providing-a-command-module
4141
*/
4242
exports.command = 'call <functionName>';
43-
exports.desecription = DESCRIPTION;
43+
exports.description = DESCRIPTION;
4444
exports.builder = (yargs) => {
4545
yargs
4646
.usage(USAGE)

0 commit comments

Comments
 (0)