diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md b/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md
index 18351055d42a9f1a42085dbe5afcfd4b2ba70b83..4a4beba7df21efd268dcd0023f106c798692f9b3 100644
--- a/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md
+++ b/en/application-dev/reference/arkui-ts/ts-basic-components-textarea.md
@@ -1,8 +1,8 @@
# TextArea
-> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
->
+> **NOTE**
+> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version.
The **<TextArea>** component provides multi-line text input.
@@ -26,7 +26,7 @@ TextArea(value?:{placeholder?: string controller?: TextAreaController})
| Name | Type | Mandatory | Default Value | Description |
| ----------------------- | ---------------------------------------- | --------- | ------------- | -------------------------------------- |
| placeholder | string | No | - | Text displayed when there is no input. |
- | controller8+ | [TextAreaController](#textareacontroller8) | No | - | Text area controller. |
+ | controller8+ | [TextAreaController](#textareacontroller8) | No | - | Text area controller. |
## Attributes