From 71cfe6d212458058ee34f2796daacf47645f3b5c Mon Sep 17 00:00:00 2001 From: lichenchen Date: Tue, 8 Mar 2022 15:18:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E6=BA=90=E6=A3=80=E8=A7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lichenchen --- api/@ohos.account.osAccount.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.account.osAccount.d.ts b/api/@ohos.account.osAccount.d.ts index 9229e35f59..b6f9885284 100644 --- a/api/@ohos.account.osAccount.d.ts +++ b/api/@ohos.account.osAccount.d.ts @@ -64,11 +64,11 @@ declare namespace osAccount { isMultiOsAccountEnable(): Promise; /** - * Checks whether an OS account is actived based on its local ID. + * Checks whether an OS account is activated based on its local ID. * * @since 7 * @param localId Indicates the local ID of the OS account. - * @return Returns {@code true} if the OS account is actived; returns {@code false} otherwise. + * @return Returns {@code true} if the OS account is activated; returns {@code false} otherwise. * @permission ohos.permission.MANAGE_LOCAL_ACCOUNTS/ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS */ isOsAccountActived(localId: number, callback: AsyncCallback): void; @@ -466,7 +466,7 @@ declare namespace osAccount { serialNumber: number; /** - * Os account is actived or not. + * Os account is activated or not. * @since 8 */ isActived: boolean; -- Gitee