Skip to content

Commit

Permalink
website: 修改一个错字 (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
EldersJavas committed Aug 14, 2022
1 parent f1200c4 commit ce842e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/react-grid/README.md
@@ -1,4 +1,4 @@
Grid 删格
Grid 栅格
===

[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-grid/file/README.md)
Expand Down Expand Up @@ -160,7 +160,7 @@ const Demo = () => (
ReactDOM.render(<Demo />, _mount_);
```

### 24删格
### 24栅格

可以通过指定 `24` 列中每列的宽度来创建基本网格系统。

Expand Down Expand Up @@ -243,4 +243,4 @@ ReactDOM.render(<Demo />, _mount_);
|--------- |-------- |--------- |-------- |
| fixed | 如果为 `true`,则列宽固定为其内容的宽度 | boolean | - |
| grow | 列的宽度相对于同一网格中其他列的比率 | number | - |
| align | 网格中列的对齐方式 | Enum{`top`, `middle`, `bottom`, `baseline`} | - |
| align | 网格中列的对齐方式 | Enum{`top`, `middle`, `bottom`, `baseline`} | - |
2 changes: 1 addition & 1 deletion website/src/menu.json
Expand Up @@ -36,7 +36,7 @@
{ "name": "Button 按钮", "path": "button" },
{ "divider": true, "name": "布局" },
{ "name": "Divider 分割线", "path": "divider" },
{ "name": "Grid 删格", "path": "grid" },
{ "name": "Grid 栅格", "path": "grid" },
{ "name": "Layout 布局", "path": "layout" },
{ "name": "Split 面板分割", "path": "Split" },
{ "divider": true, "name": "表单" },
Expand Down

0 comments on commit ce842e3

Please sign in to comment.