Skip to content

Commit

Permalink
Minor typo in example code (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner authored Oct 15, 2024
1 parent aa7dbe8 commit 3114d8d
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 @@ -2484,7 +2484,7 @@ <h2>ConsumedThing Examples</h2>
const reader = video.data.getReader()
reader.read().then(function processVideo({ done, value }) {
if (done) {
console.log("live video stoped");
console.log("live video stopped");
return;
}
const decoded = decode(value)
Expand Down

0 comments on commit 3114d8d

Please sign in to comment.