diff --git a/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md b/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
index 2dd74f689b7a90bfdc9810ee0aa5c67d88b80ff0..a6a11470211d552783c6218ce240102bf175bfc7 100644
--- a/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
+++ b/en/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
@@ -18,7 +18,7 @@ You can bind a sheet to a component through the **bindSheet** attribute. You can
| Name | Type | Mandatory| Description |
| ------------------ | -------------------------------------- | ---- | ---------------------- |
| height | [SheetSize](#sheetsize10) \| [Length](ts-types.md#length) | No| Height of the sheet. |
-| showDragBar | boolean | No | Whether the control bar is visible. |
+| dragBar | boolean | No | Whether the control bar is visible. |
## SheetSize10+
diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
index 235648a9c0604eff8f30edad5e4aeab3a30a4a76..0fde5239fbd643db09eb91960b2fe14e758d99a9 100644
--- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
+++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-sheet-transition.md
@@ -18,7 +18,7 @@
| 名称 | 类型 | 必填 | 描述 |
| ------------------ | -------------------------------------- | ---- | ---------------------- |
| height | [SheetSize](#sheetsize10) \| [Length](ts-types.md#length) | 否 | 半模态高度。 |
-| showDragBar | boolean | 否 | 是否显示控制条。 |
+| dragBar | boolean | 否 | 是否显示控制条。 |
## SheetSize10+