From b1db29b775e2ecf84c4a1c49c1d1c9debd74befd Mon Sep 17 00:00:00 2001 From: lijuntao Date: Fri, 9 Sep 2022 17:10:02 +0800 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=20lijuntao=20=20fix:=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E6=97=B6?= =?UTF-8?q?=E5=8C=BAmd=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/application-dev/reference/apis/js-apis-system-timer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-system-timer.md b/zh-cn/application-dev/reference/apis/js-apis-system-timer.md index 545cef2794..fc246b66a1 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-system-timer.md +++ b/zh-cn/application-dev/reference/apis/js-apis-system-timer.md @@ -26,7 +26,7 @@ createTimer(options: TimerOptions, callback: AsyncCallback<number>): void | 名称 | 类型 | 必填 | 说明 | | ------- | ---------------------------------| ---- | --------------------------------------------------------------------------- | -| options | [TimerOptions](#TimerOptions) | 是 | 创建系统定时器,包括定时器类型,是否循环触发,间隔时间,WantAgent通知机制。 | +| options | [TimerOptions](#timeroptions) | 是 | 创建系统定时器,包括定时器类型,是否循环触发,间隔时间,WantAgent通知机制。 | **返回值:** -- GitLab