Skip to content

Commit 95165d5

Browse files
authored
fix spelling (#1602)
1 parent 11b7033 commit 95165d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ console.log(data)
442442
If you for some reason need to post a stream coming from any arbitrary place,
443443
then you can append a [Blob] or a [File] look-a-like item.
444444

445-
The minium requirement is that it has:
445+
The minimum requirement is that it has:
446446
1. A `Symbol.toStringTag` getter or property that is either `Blob` or `File`
447447
2. A known size.
448448
3. And either a `stream()` method or a `arrayBuffer()` method that returns a ArrayBuffer.

0 commit comments

Comments
 (0)