Skip to content

Commit 0464e6f

Browse files
committed
Fix typo in downloadprogress example
Closes #36.
1 parent 4f04e04 commit 0464e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const writer = await ai.writer.create({
223223
console.log(`Downloaded ${e.loaded * 100}%`);
224224
});
225225
}
226-
);
226+
});
227227
```
228228

229229
If the download fails, then `downloadprogress` events will stop being fired, and the promise returned by `create()` will be rejected with a `"NetworkError"` `DOMException`.

0 commit comments

Comments
 (0)