From a2f0b9b6086142964179a5faca23a000b280df04 Mon Sep 17 00:00:00 2001 From: Peter_1988 Date: Wed, 27 Apr 2022 12:01:22 +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 b92f7daa15..5197114dc3 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