Skip to content

Commit

Permalink
docs: remove extra " (electron#45029)
Browse files Browse the repository at this point in the history
remove extra "
  • Loading branch information
kavindu-udara authored Dec 16, 2024
1 parent 3aa0014 commit f898134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fiddles/features/web-bluetooth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Web Bluetooth API</h1>
<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>
Expand Down

0 comments on commit f898134

Please sign in to comment.