From 8ad042eddc7a5807cc8835854d0a10c6c17da649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=98=8E?= Date: Mon, 11 Jul 2022 02:43:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/application-dev/reference/arkui-?= =?UTF-8?q?ts/ts-methods-action-sheet.md.=20ActionSheetExapmle=20=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E6=9C=89=E8=AF=AF,=E5=BA=94=E6=94=B9=E4=B8=BAActionSh?= =?UTF-8?q?eetExample=20;=20Signed-off-by:=20=E7=9F=B3=E6=98=8E=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/arkui-ts/ts-methods-action-sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e5e4e723fb..e5fb549288 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') -- GitLab