Skip to content

Commit

Permalink
docs(module:page-header): fix typo in event-binding notation
Browse files Browse the repository at this point in the history
  • Loading branch information
avin-kavish committed May 16, 2019
1 parent 5e72f70 commit 3418821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/page-header/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { NzPageHeaderModule } from 'ng-zorro-antd';
| `[nzTitle]` | title string | `string|TemplateRef<void>` | - |
| `[nzSubTitle]` | subTitle string | `string|TemplateRef<void>` | - |
| `[nzBackIcon]` | custom back icon | `string|TemplateRef<void>` | - |
| `[nzBack]` | back icon click event | `EventEmitter<void>` | - |
| `(nzBack)` | back icon click event | `EventEmitter<void>` | - |

### Page header sections
| Element | Description |
Expand Down
2 changes: 1 addition & 1 deletion components/page-header/doc/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { NzPageHeaderModule } from 'ng-zorro-antd';
| `[nzTitle]` | title 文字 | `string|TemplateRef<void>` | - |
| `[nzSubTitle]` | subTitle 文字 | `string|TemplateRef<void>` | - |
| `[nzBackIcon]` | 自定义 back icon | `string|TemplateRef<void>` | - |
| `[nzBack]` | 返回按钮的点击事件 | `EventEmitter<void>` | - |
| `(nzBack)` | 返回按钮的点击事件 | `EventEmitter<void>` | - |

### Page header 组成部分
| 元素 | 说明 |
Expand Down

0 comments on commit 3418821

Please sign in to comment.