From 870f9f55255bdd7b406b7cf6ea52da50acd4bbe4 Mon Sep 17 00:00:00 2001 From: LiAn Date: Wed, 29 Mar 2023 08:33:24 +0000 Subject: [PATCH] fixed df5ec24 from https://gitee.com/HelloCrease/docs/pulls/16687 update en/application-dev/reference/arkui-ts/ts-components-summary.md. Signed-off-by: LiAn Signed-off-by: LiAn --- en/application-dev/reference/arkui-ts/ts-components-summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-components-summary.md b/en/application-dev/reference/arkui-ts/ts-components-summary.md index 3e5b4706f2..19bc1f97ee 100644 --- a/en/application-dev/reference/arkui-ts/ts-components-summary.md +++ b/en/application-dev/reference/arkui-ts/ts-components-summary.md @@ -293,7 +293,7 @@ A component that is used to display widgets. - [Menu](ts-basic-components-menu.md) - A component that is used to present a vertical list of items to the user. Preferentially used on computers. + A component that is used to present a vertical list of items to the user. - [MenuItem](ts-basic-components-menuitem.md) A component that is used to represent an item in a menu. -- GitLab