diff --git a/components/input/doc/index.en-US.md b/components/input/doc/index.en-US.md index f50d8e1472a..2c38d83291c 100755 --- a/components/input/doc/index.en-US.md +++ b/components/input/doc/index.en-US.md @@ -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` | - | -| `[nzAddonBefore]` | The label text displayed before (on the left side of) the input field. | `string|TemplateRef` | - | +| `[nzAddOnAfter]` | The label text displayed after (on the right side of) the input field. | `string|TemplateRef` | - | +| `[nzAddOnBefore]` | The label text displayed before (on the left side of) the input field. | `string|TemplateRef` | - | | `[nzPrefix]` | The prefix icon for the Input. | `string|TemplateRef` | - | | `[nzSuffix]` | The suffix icon for the Input. | `string|TemplateRef` | - | | `[nzCompact]` | Whether use compact style | `boolean` | `false` |