Skip to content

Commit

Permalink
docs: update typo (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored and hsuanxyz committed May 17, 2019
1 parent 8037e9d commit 7e7b4e4
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 7e7b4e4

Please sign in to comment.