From 818c4ee5aeafee5f3d8e5e274be86a86fc5aa79d Mon Sep 17 00:00:00 2001 From: Peter_1988 Date: Wed, 27 Apr 2022 11:46:56 +0800 Subject: [PATCH] update docs Signed-off-by: Peter_1988 --- en/application-dev/reference/apis/js-apis-bluetooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-bluetooth.md b/en/application-dev/reference/apis/js-apis-bluetooth.md index 947a272383..48f8b4f7c0 100644 --- a/en/application-dev/reference/apis/js-apis-bluetooth.md +++ b/en/application-dev/reference/apis/js-apis-bluetooth.md @@ -8,7 +8,7 @@ ## Modules to Import -``` +```js import bluetooth from '@ohos.bluetooth'; ``` -- GitLab