From 263382103f47ce6f7063ad07d34664718b4c1ea7 Mon Sep 17 00:00:00 2001 From: Samuel Rigaud <46346622+s-rigaud@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:50:05 -0400 Subject: docs: fix typos (#5151) --- docs/guides/binary/blob-to-stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/binary/blob-to-stream.md') diff --git a/docs/guides/binary/blob-to-stream.md b/docs/guides/binary/blob-to-stream.md index 37a916ab3..ff2b3fbe0 100644 --- a/docs/guides/binary/blob-to-stream.md +++ b/docs/guides/binary/blob-to-stream.md @@ -2,7 +2,7 @@ name: Convert a Blob to a ReadableStream --- -The [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) class provides a number of methods for consuming its contents in different formats, inluding `.stream()`. This returns `Promise`. +The [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) class provides a number of methods for consuming its contents in different formats, including `.stream()`. This returns `Promise`. ```ts const blob = new Blob(["hello world"]); -- cgit v1.2.3