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 d362099411ff53093e9c275d8f48be742214c25c..0888b9f9a0339168512f0958abd4c46f5e07290d 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代表不是粘性公共事件。