Skip to content

Commit

Permalink
docs: update typo (NG-ZORRO#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored and Ricbet committed Apr 9, 2020
1 parent ea03721 commit 6ee31fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/input/doc/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ All props of input supported by [w3c standards](https://www.w3schools.com/tags/t

| Property | Description | Type | Default |
| -------- | ----------- | ---- | ------- |
| `[nzAddonAfter]` | The label text displayed after (on the right side of) the input field. | `string|TemplateRef<void>` | - |
| `[nzAddonBefore]` | The label text displayed before (on the left side of) the input field. | `string|TemplateRef<void>` | - |
| `[nzAddOnAfter]` | The label text displayed after (on the right side of) the input field. | `string|TemplateRef<void>` | - |
| `[nzAddOnBefore]` | The label text displayed before (on the left side of) the input field. | `string|TemplateRef<void>` | - |
| `[nzPrefix]` | The prefix icon for the Input. | `string|TemplateRef<void>` | - |
| `[nzSuffix]` | The suffix icon for the Input. | `string|TemplateRef<void>` | - |
| `[nzCompact]` | Whether use compact style | `boolean` | `false` |
Expand Down

0 comments on commit 6ee31fd

Please sign in to comment.