Skip to content

Commit 4d19024

Browse files
authoredMar 28, 2022
doc(Icon): 文档错误 (#720)
1 parent 48b2dd4 commit 4d19024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-icon/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const Demo = () => (
303303
|--------- |-------- |--------- |-------- |
304304
| type | 图标的名称 | String/ReactNode | - |
305305
| spin | 是否有旋转动画 | Boolean | `false` |
306-
| verticalAlign | 是否有旋转动画 | Enum {baseline, middle} | `baseline` |
306+
| verticalAlign | 垂直对齐方式 | Enum {baseline, middle} | `baseline` |
307307
| style | 设置图标的样式,例如 `fill``stroke` | Object | - |
308308

309309

0 commit comments

Comments
 (0)
Please sign in to comment.