fix small spelling error

This commit is contained in:
Susanne Gerber
2019-10-29 14:33:06 +01:00
committed by Jimmy Wärting
parent 9a0a1e4ae2
commit 480d547986
+1 -1
View File
@@ -1,4 +1,4 @@
If you need to save really large files bigger then the blob's size limitation or don't have
If you need to save really large files bigger than the blob's size limitation or don't have
enough RAM, then have a look at the more advanced [StreamSaver.js][7]
that can save data directly to the hard drive asynchronously with the power of the new streams API. That will have
support for progress, cancelation and knowing when it's done writing