From 4161ab4341713e2e59a7cb16aac9bd5db61030c5 Mon Sep 17 00:00:00 2001 From: LiAn Date: Fri, 26 Aug 2022 06:21:44 +0000 Subject: [PATCH] update en/application-dev/ui/ts-types.md. Signed-off-by: LiAn Signed-off-by: LiAn --- en/application-dev/ui/ts-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/ui/ts-types.md b/en/application-dev/ui/ts-types.md index ae21d3db3b..45625750cd 100644 --- a/en/application-dev/ui/ts-types.md +++ b/en/application-dev/ui/ts-types.md @@ -60,7 +60,7 @@ ColorStop is used to describe the progressive color stop. The Resource type is used to reference resources for setting the value of a component attribute. -You can use ` $r ` or ` $rawfile ` to create a Resource object. For details, see [Resource Access](ts-application-resource-access.md). +You can use ` $r ` or ` $rawfile ` to create a Resource object. For details, see [Resource Access](ts-resource-access.md). - ` $r('belonging.type.name') ` -- GitLab