From 4c9763c53051656962644b8e3ce466ad7dca247d Mon Sep 17 00:00:00 2001 From: ikatyang Date: Sun, 10 Sep 2017 16:39:43 +0800 Subject: [PATCH] docs: fix typo --- src/cli-constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli-constant.js b/src/cli-constant.js index 81e8a07f..8d5d182e 100644 --- a/src/cli-constant.js +++ b/src/cli-constant.js @@ -4,7 +4,7 @@ * { * [name]: { * // non-boolean will be treated as string to be passed in minimist - * // and also be displayed in usage as `--option ` expect `choice` + * // and also be displayed in usage as `--option ` except `choice` * // there is also additional check for 'choice' (see `choices`) and 'int' * type: 'boolean' | 'choice' | 'int' | string; *