docs: remove extra " (#45029)

remove extra "
This commit is contained in:
Kavindu Udara
2024-12-16 23:50:17 +05:30
committed by GitHub
parent 3aa0014d23
commit f89813401d

View File

@@ -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>