Skip to content

Commit 8fe76a0

Browse files
committed
docs: polish Chinese README wording
1 parent 53210b6 commit 8fe76a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ npm start
6565
| `loadingIcon` | React.ReactNode | - | 额外加载图标节点。 |
6666
| `onChange` | `(checked, event) => void` | - | 检查状态更改后触发。 |
6767
| `onClick` | `(checked, event) => void` | - | 点击后触发。 |
68-
| `onKeyDown` | React.KeyboardEventHandler | - | Key down handler. |
68+
| `onKeyDown` | React.KeyboardEventHandler | - | 按键按下处理函数。 |
6969
| `prefixCls` | string | `'rc-switch'` | className 前缀。 |
7070
| `style` | React.CSSProperties | - | 根样式。 |
7171
| `styles` | `{ content?: React.CSSProperties }` | - | 内部内容的语义样式。 |

0 commit comments

Comments
 (0)