From 802f99f35d9055b11f3354d893a49679c693b24b Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Tue, 30 Aug 2022 11:47:39 +0800 Subject: [PATCH] update ts-resource-access.md (8722) Signed-off-by: ester.zhou --- en/application-dev/ui/ts-resource-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/ui/ts-resource-access.md b/en/application-dev/ui/ts-resource-access.md index b80bffe470..f6c6d7e96b 100644 --- a/en/application-dev/ui/ts-resource-access.md +++ b/en/application-dev/ui/ts-resource-access.md @@ -11,7 +11,7 @@ When referencing resources in the **rawfile** sub-directory, use the ```"$rawfil > > Resource descriptors accept only strings, such as `'app.type.name'`, and cannot be combined. > -> `$r` returns a **Resource** object. To obtain the corresponding string, use [getString](../../reference/apis/js-apis-resource-manager.md#getstring). +> `$r` returns a **Resource** object. To obtain the corresponding string, use [getString](../reference/apis/js-apis-resource-manager.md#getstring). In the **.ets** file, you can use the resources defined in the **resources** directory. -- GitLab