From 971d35206663fbfc402ee42882796eb0df357826 Mon Sep 17 00:00:00 2001 From: zengsiyu Date: Sat, 2 Apr 2022 10:52:54 +0800 Subject: [PATCH] fixed 9f7e711 from https://gitee.com/zengsiyu3/docs/pulls/2976 fix: misspell Signed-off-by: zengsiyu Change-Id: I67c6a8192f112ca4ba0302258b7dae60248c4381 --- zh-cn/application-dev/reference/apis/js-apis-commonEvent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md b/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md index d362099411..0888b9f9a0 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md +++ b/zh-cn/application-dev/reference/apis/js-apis-commonEvent.md @@ -917,7 +917,7 @@ subscriber.isStickyCommonEvent(isStickyCallback); isStickyCommonEvent(): Promise\ -检查当前公共事件是否为一个粘性事件(callback形式)。 +检查当前公共事件是否为一个粘性事件(Promise形式)。 返回true代表是粘性公共事件,false代表不是粘性公共事件。 -- GitLab