Skip to content

Commit 9dad1c3

Browse files
committed
docs: polish Chinese README wording
1 parent 5f1fe5d commit 9dad1c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ npm start
6868
| autoFocus | `boolean` | `false` | 安装后聚焦输入。 |
6969
| changeOnBlur | `boolean` | `true` | 提交模糊值的变化。 |
7070
| changeOnWheel | `boolean` | `false` | 允许通过鼠标滚轮更改值。 |
71-
| className | `string` | - | 根元素的className|
72-
| classNames | `Partial<Record<SemanticName, string>>` | - | 输入数字槽的语义className称|
71+
| className | `string` | - | 根元素的 className|
72+
| classNames | `Partial<Record<SemanticName, string>>` | - | 输入数字槽的语义 className|
7373
| controls | `boolean` | `true` | 显示增量和减量控件。 |
7474
| decimalSeparator | `string` | - | 显示格式化程序使用的小数分隔符。 |
7575
| defaultValue | `T` | - | 初始值。 |
@@ -84,7 +84,7 @@ npm start
8484
| parser | `(displayValue: string \| undefined) => T` | - | 将显示的值解析回一个值。 |
8585
| precision | `number` | - | Display precision. |
8686
| prefix | `ReactNode` | - | 前缀内容。 |
87-
| prefixCls | `string` | `rc-input-number` | className前缀|
87+
| prefixCls | `string` | `rc-input-number` | className 前缀|
8888
| readOnly | `boolean` | `false` | 将输入标记为只读。 |
8989
| step | `number \| string` | `1` | 步长。 |
9090
| stringMode | `boolean` | `false` | 将值保留为字符串以获得高精度小数。 |

0 commit comments

Comments
 (0)