Skip to content

Commit

Permalink
fix typo (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
troggy authored Apr 15, 2024
1 parent ac9a2bb commit c06e93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h3>
<pre class="example">
&lt;!-- player.html --&gt;
&lt;script&gt;
devicesBtn.onclick = () => {
deviceBtn.onclick = () => {
// Request the user to select a remote playback device.
videoElem.remote.prompt()
// Update the UI and monitor the connected state.
Expand Down

0 comments on commit c06e93d

Please sign in to comment.