diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-methods-action-sheet.md b/zh-cn/application-dev/reference/arkui-ts/ts-methods-action-sheet.md index e5e4e723fb00b7a44c4656b23b4125e39edaf8df..e5fb5492883277d0e3ed36b8841e8120bc95715e 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-methods-action-sheet.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-methods-action-sheet.md @@ -46,7 +46,7 @@ show(options: { paramObject1}) // xxx.ets @Entry @Component -struct ActionSheetExapmle { +struct ActionSheetExample { build() { Flex({ direction: FlexDirection.Column, alignItems: ItemAlign.Center, justifyContent: FlexAlign.Center }) { Button('Click to Show ActionSheet')