docs(components): [Space] typo (#10509)

* docs(components):[Space]

* docs(components):[Space]

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
This commit is contained in:
Hazel 2024-08-13 15:54:24 +08:00 committed by GitHub
parent 1794a1cf07
commit aca1b0ac58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,7 +126,7 @@ space/fill-ratio
| Name | Description | Type | Default |
| ---------- | ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ---------- |
| alignment | Controls the alignment of items | ^[enum]`'center' \| 'normal' \| 'stretch' \| ...` [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) | center |
| class | Classname | ^[string] / ^[object] / ^[array] | — |
| class | className | ^[string] / ^[object] / ^[array] | — |
| direction | Placement direction | ^[enum]`'vertical' \| 'horizontal'` | horizontal |
| prefixCls | Prefix for space-items | ^[string] | — |
| style | Extra style rules | ^[string] / ^[object]`CSSProperties \| CSSProperties[] \| string[]` | — |