diff --git a/index.html b/index.html
index 12405f6..da5de4a 100644
--- a/index.html
+++ b/index.html
@@ -2484,7 +2484,7 @@
ConsumedThing Examples
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)