From 668b0f79a94909df700dea67a9b222450671ff6c Mon Sep 17 00:00:00 2001 From: xuyong Date: Mon, 26 Sep 2022 21:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=BD=A2=E5=8F=82=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuyong --- zh-cn/application-dev/reference/apis/js-apis-hisysevent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md b/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md index 8c5ca7ee5a..174ec0ebb7 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md +++ b/zh-cn/application-dev/reference/apis/js-apis-hisysevent.md @@ -207,7 +207,7 @@ let ret = hiSysEvent.addWatcher(watcher) ## hiSysEvent.removeWatcher -removeWatcher(wathcer: Watcher): number +removeWatcher(watcher: Watcher): number 取消订阅系统事件,接收[Watcher](#watcher)类型的对象作为事件参数。 -- GitLab