diff --git a/en/application-dev/reference/arkui-ts/ts-container-column.md b/en/application-dev/reference/arkui-ts/ts-container-column.md index c2e9e856a502b08f76fe470949209402e3f20ef5..f6ec448ddd45aef7c3a1ee8379345d921affcbdb 100644 --- a/en/application-dev/reference/arkui-ts/ts-container-column.md +++ b/en/application-dev/reference/arkui-ts/ts-container-column.md @@ -1,7 +1,7 @@ # Column -> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE** +> **NOTE**
> This component is supported since API version 7. Updates will be marked with a superscript to indicate their earliest API version. @@ -40,7 +40,7 @@ Column(value:{space?: Length}) | Name | Description | | ------ | ---------------------------------------- | | Start | Aligned with the start edge in the same direction as the language in use. | - | Center | Center alignment. This is the default alignment mode. | + | Center | Aligned to the center. This is the default alignment mode. | | End | Aligned with the end edge in the same direction as the language in use. |