From 2f5cdea56e071ec067c3a2acd377bf6c8fe4c21f Mon Sep 17 00:00:00 2001 From: xuyong Date: Tue, 29 Nov 2022 12:06:30 +0800 Subject: [PATCH] =?UTF-8?q?fixed=203d4cbdf=20from=20https://gitee.com/hong?= =?UTF-8?q?hecun/interface=5Fsdk-js/pulls/3586=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E5=8D=95=E8=AF=8D=E6=8B=BC=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuyong --- api/@ohos.hiSysEvent.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.hiSysEvent.d.ts b/api/@ohos.hiSysEvent.d.ts index cbda18a429..30e1d53e5f 100644 --- a/api/@ohos.hiSysEvent.d.ts +++ b/api/@ohos.hiSysEvent.d.ts @@ -280,7 +280,7 @@ declare namespace hiSysEvent { */ interface Querier { /** - * handle query result, the query result will be send in severval times. + * handle query result, the query result will be send in several times. * * @syscap SystemCapability.HiviewDFX.HiSysEvent * @systemapi hide for inner use -- Gitee