Skip to content

Commit

Permalink
docs(mock): 修复Mock组件文档中MockOptions配置表格中的表头错位. (#1837)
Browse files Browse the repository at this point in the history
* Update getting-started.zh-CN.md

* Update getting-started.en-US.md
  • Loading branch information
wlclass authored Sep 25, 2024
1 parent 380f7ab commit 6477587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mock/docs/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please refer to [global-config.module.ts](https://github.com/ng-alain/ng-alain/b

> You can override them via [Global Configuration](/docs/global-config).
| Property | Description | Type | Default | Global Config |
| Property | Type | Default | Description | Global Config |
|----------|-------------|------|---------|---------------|
| `[data]` | `any` | - | Mock data rule ||
| `[delay]` | `number` | `300` | Request delay, unit is milliseconds ||
Expand Down
2 changes: 1 addition & 1 deletion packages/mock/docs/getting-started.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm i --save-dev @delon/mock

> 可以通过[全局配置](/docs/global-config)覆盖它们。
| 成员 | 说明 | 类型 | 默认值 | 全局配置 |
| 成员 | 类型 | 默认值 | 说明 | 全局配置 |
|----|----|----|-----|------|
| `[data]` | `any` | - | Mock 数据规则 ||
| `[delay]` | `number` | `300` | 请求延迟,单位:毫秒 ||
Expand Down

0 comments on commit 6477587

Please sign in to comment.