Skip to content

Commit

Permalink
docs(module:steps): remove extra semicolons (NG-ZORRO#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
damingerdai authored and vthinkxie committed Jan 30, 2019
1 parent 3e460b4 commit b3b1103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/steps/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ A single step in the step bar.
| Property | Description | Type | Default |
| -------- | ----------- | ---- | ------- |
| `[nzDescription]` | description of the step, optional property | `string|TemplateRef<void>` | - |
| `[nzIcon]` | icon of the step, optional property | `string|string[]|Set<string>|{ [klass: string]: any; };``TemplateRef<void>` | - |
| `[nzIcon]` | icon of the step, optional property | `string|string[]|Set<string>|{ [klass: string]: any; }``TemplateRef<void>` | - |
| `[nzStatus]` | to specify the status. It will be automatically set by `nzCurrent` of `nz-steps` if not configured. Optional values are: `wait` `process` `finish` `error` | `'wait'|'process'|'finish'|'error'` | `'wait'` |
| `[nzTitle]` | title of the step | `string|TemplateRef<void>` | - |
2 changes: 1 addition & 1 deletion components/steps/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ title: Steps
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| `[nzDescription]` | 步骤的详情描述,可选 | `string|TemplateRef<void>` | - |
| `[nzIcon]` | 步骤图标的类型,可选 | `string|string[]|Set<string>|{ [klass: string]: any; };``TemplateRef<void>` | - |
| `[nzIcon]` | 步骤图标的类型,可选 | `string|string[]|Set<string>|{ [klass: string]: any; }``TemplateRef<void>` | - |
| `[nzStatus]` | 指定状态。当不配置该属性时,会使用 `nz-steps``nzCurrent` 来自动指定状态。可选:`wait` `process` `finish` `error` | `'wait'|'process'|'finish'|'error'` | `'wait'` |
| `[nzTitle]` | 标题 | `string|TemplateRef<void>` | - |

0 comments on commit b3b1103

Please sign in to comment.