Skip to content

Commit

Permalink
fix: make typo go away
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuBB authored and jimmywarting committed Nov 2, 2018
1 parent 6d09d09 commit 3ecf5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ FileSaver.saveAs("https://httpbin.org/image", "image.jpg");
```
Using urls within the same origin will just use `a[download]`
Otherwise it will first check if it supports cors header with a synchronously head request
if it dose it will download the data and save it using blob urls
if it does it will download the data and save it using blob urls
if not it will try to download it using `a[download]`

The standard W3C File API [`Blob`][4] interface is not available in all browsers.
Expand Down

0 comments on commit 3ecf5a9

Please sign in to comment.