From 406c05669fca11c8c8f05826c918a169bacb88da Mon Sep 17 00:00:00 2001 From: MikeCAT Date: Thu, 27 Jul 2023 22:54:58 +0900 Subject: [PATCH] Fix Markdownlint failure --- files/ja/web/api/bluetooth/getdevices/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/api/bluetooth/getdevices/index.md b/files/ja/web/api/bluetooth/getdevices/index.md index ad5f5d403b6f04..579449a073e491 100644 --- a/files/ja/web/api/bluetooth/getdevices/index.md +++ b/files/ja/web/api/bluetooth/getdevices/index.md @@ -9,7 +9,7 @@ l10n: [Web Bluetooth API](/ja/docs/Web/API/Web_Bluetooth_API) の {{DOMxRef("Bluetooth")}} インターフェイスの **`getDevices()`** メソッドは、オリジンがアクセスを許可されている Bluetooth デバイスを公開します。このメソッドは許可を要求するプロンプトを表示しません。 -> **メモ:** このメソッドは、圏外だったり電源が切られていたりするものを含め、オリジンが現在アクセスを許可されている各デバイスに対応する {{DOMxRef("BluetoothDevice")}} を返します。 +> **メモ:** このメソッドは、圏外だったり電源が切られていたりするものを含め、オリジンが現在アクセスを許可されている各デバイスに対応する {{DOMxRef("BluetoothDevice")}} を返します。 ## 構文