From 535a0e8d9b4c2b9d89a40f00335a9d669d2191fe Mon Sep 17 00:00:00 2001 From: cff-gite Date: Fri, 16 Sep 2022 14:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E4=BF=AE=E6=94=B9=E8=B5=84=E6=96=99?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cff-gite --- zh-cn/application-dev/reference/apis/js-apis-vibrator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md index e87b8915e5..b0fa438d18 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md +++ b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md @@ -200,7 +200,7 @@ vibrator.vibrate({ usage: 'alarm' }, (error)=>{ if(error){ - console.log("vibrate fail, error.code:" + error.code + ",error.message:" + error.message); + console.log("vibrate fail, error.code:" + error.code + ",error.message:" + error.message); }else{ console.log("Callback returned to indicate a successful vibration."); } -- GitLab