Skip to content

Commit

Permalink
fix spelling (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMoni committed Jul 13, 2022
1 parent 11b7033 commit 95165d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -442,7 +442,7 @@ console.log(data)
If you for some reason need to post a stream coming from any arbitrary place,
then you can append a [Blob] or a [File] look-a-like item.

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

0 comments on commit 95165d5

Please sign in to comment.