Browse Source

docs: remove extra " (#45029)

remove extra "
Kavindu Udara 4 months ago
parent
commit
f89813401d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/fiddles/features/web-bluetooth/index.html

+ 1 - 1
docs/fiddles/features/web-bluetooth/index.html

@@ -11,7 +11,7 @@
     <button id="clickme">Test Bluetooth</button>
     <button id="cancel">Cancel Bluetooth Request</button>
 
-    <p>Currently selected bluetooth device: <strong id="device-name""></strong></p>
+    <p>Currently selected bluetooth device: <strong id="device-name"></strong></p>
 
     <script src="./renderer.js"></script>
   </body>