From 8e6f5f2476bf6bf3e5c46adbff0ed624afc175a7 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Fri, 10 Jun 2022 11:08:29 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/application-dev/reference/apis/js-apis-filemanager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-filemanager.md b/en/application-dev/reference/apis/js-apis-filemanager.md index 56371fb3b9..c165c9e8bd 100644 --- a/en/application-dev/reference/apis/js-apis-filemanager.md +++ b/en/application-dev/reference/apis/js-apis-filemanager.md @@ -175,7 +175,7 @@ Creates a file in the specified path in asynchronous mode. This API uses a promi | Type| Description| | --- | -- | - | string | Promise used to return the URI of the file created.| + | Promise<string> | Promise used to return the URI of the file created.| - Error | Error Info| Error Code|Description| -- GitLab