Skip to content

Commit 3114d8d

Browse files
Minor typo in example code (#564)
1 parent aa7dbe8 commit 3114d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@

ConsumedThing Examples

24842484
const reader = video.data.getReader()
24852485
reader.read().then(function processVideo({ done, value }) {
24862486
if (done) {
2487-
console.log("live video stoped");
2487+
console.log("live video stopped");
24882488
return;
24892489
}
24902490
const decoded = decode(value)

0 commit comments

Comments
 (0)