Skip to content

Commit 701b9fe

Browse files
authored
Merge pull request #323 from artyuum/master-1
Fix typo
2 parents fc52f5d + 4429dbd commit 701b9fe

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
@@ -141,7 +141,7 @@ In the wild
141141

142142
How does it work?
143143
=====================
144-
There is no magical `saveAs()` function that saves a stream, file or blob. (at least not if/when native-filesystem api becomes avalible)
144+
There is no magical `saveAs()` function that saves a stream, file or blob. (at least not if/when native-filesystem api becomes available)
145145
The way we mostly save Blobs/Files today is with the help of [Object URLs](https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL) and [`a[download]`][5] attribute
146146
[FileSaver.js][2] takes advantage of this and create a convenient `saveAs(blob, filename)`. fantastic! But you can't create a objectUrl from a stream and attach
147147
it to a link...

0 commit comments

Comments
 (0)