From 95165d5480ea0552858679a96c7f4ef001412c1b Mon Sep 17 00:00:00 2001 From: Moni <40552237+NotMoni@users.noreply.github.com> Date: Wed, 13 Jul 2022 14:36:00 -0400 Subject: [PATCH] fix spelling (#1602) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fce3d8f..dc6661e 100644 --- a/README.md +++ b/README.md @@ -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.