docs: fix typo

master
ikatyang 2017-09-10 16:39:43 +08:00
parent 1a4aac8f9b
commit 4c9763c530
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* { * {
* [name]: { * [name]: {
* // non-boolean will be treated as string to be passed in minimist * // non-boolean will be treated as string to be passed in minimist
* // and also be displayed in usage as `--option <type>` expect `choice` * // and also be displayed in usage as `--option <type>` except `choice`
* // there is also additional check for 'choice' (see `choices`) and 'int' * // there is also additional check for 'choice' (see `choices`) and 'int'
* type: 'boolean' | 'choice' | 'int' | string; * type: 'boolean' | 'choice' | 'int' | string;
* *