From b6507667a12952df2adb0618abf4e2dbd676b972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=A6?= Date: Mon, 28 Mar 2022 06:47:53 +0000 Subject: [PATCH] fixed 13a08f3 from https://gitee.com/sun-yue14/docs/pulls/2628 update en/application-dev/reference/apis/js-apis-appAccount.md. Signed-off-by: sunyue --- en/application-dev/reference/apis/js-apis-appAccount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-appAccount.md b/en/application-dev/reference/apis/js-apis-appAccount.md index bf7a006160..f8414adaa9 100644 --- a/en/application-dev/reference/apis/js-apis-appAccount.md +++ b/en/application-dev/reference/apis/js-apis-appAccount.md @@ -387,7 +387,7 @@ Checks whether an app account allows application data synchronization. This meth ### setAccountCredential -setAccountCredential(name: string, credentialType: string, credential: string,callback: AsyncCallback<void>): void +setAccountCredential(name: string, credentialType: string, credential: string callback: AsyncCallback<void>): void Sets a credential for an app account. This method uses an asynchronous callback to return the result. -- GitLab