From 4be326eac76a7622eb34278d65dec8f39e1868f9 Mon Sep 17 00:00:00 2001 From: lixiangpeng5 Date: Fri, 7 Jul 2023 05:58:50 +0000 Subject: [PATCH] fix by debug Signed-off-by: lixiangpeng5 Change-Id: I17fc50e530828e730fd6098b557e72f5bb746f31 --- 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 d99deeab1a..4b07abbbc6 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-vibrator.md +++ b/zh-cn/application-dev/reference/apis/js-apis-vibrator.md @@ -497,7 +497,7 @@ try { ## VibrateFromFile10+ -自定义振动类型,仅部分设备支持,当设备不支持此振动类型时,返回[设备不支持错误码](../errorcodes/errorcode-universal.md#801-该设备不支持此api)。 +自定义振动类型,仅部分设备支持,当设备不支持此振动类型时,返回[设备不支持错误码](../errorcodes/errorcode-universal.md)。 **系统能力**:SystemCapability.Sensors.MiscDevice -- GitLab