fixed typo in InputNumber docs

This commit is contained in:
Eric Turriff 2018-07-27 22:00:51 -04:00 committed by 偏右
parent 68ce09be4e
commit 1bbf59bb1d

View File

@ -18,7 +18,7 @@ When a numeric value needs to be provided.
| defaultValue | initial value | number | |
| disabled | disable the input | boolean | false |
| formatter | Specifies the format of the value presented | function(value: number \| string): string | - |
| max | max vale | number | Infinity |
| max | max value | number | Infinity |
| min | min value | number | -Infinity |
| parser | Specifies the value extracted from formatter | function( string): number | - |
| precision | precision of input value | number | - |