From 0f095b4ca34b0c9ce2752c6c4aab1ab7d9677a2b Mon Sep 17 00:00:00 2001 From: MikeCAT Date: Thu, 27 Jul 2023 21:47:21 +0900 Subject: [PATCH] Improve wording --- files/ja/web/api/web_bluetooth_api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/api/web_bluetooth_api/index.md b/files/ja/web/api/web_bluetooth_api/index.md index e41a451cd2d8fa..57875a4c16ae43 100644 --- a/files/ja/web/api/web_bluetooth_api/index.md +++ b/files/ja/web/api/web_bluetooth_api/index.md @@ -14,7 +14,7 @@ Web Bluetooth API は、Bluetooth Low Energy の周辺機器に接続して操 ## インターフェイス - {{DOMxRef("Bluetooth")}} - - : 指定のオプションを設定した {{DOMxRef("BluetoothDevice")}} オブジェクトで解決する {{jsxref("Promise")}} を返します。 + - : 指定のオプションに合致する {{DOMxRef("BluetoothDevice")}} オブジェクトで解決する {{jsxref("Promise")}} を返します。 - {{DOMxRef("BluetoothCharacteristicProperties")}} - : 特定の `BluetoothRemoteGATTCharacteristic` のプロパティを提供します。 - {{DOMxRef("BluetoothDevice")}}