Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/tutorials/fetch_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ We'll use the `fetch` API to retrieve a file. Then we'll use the
the [`pipeTo`](/api/web/~/ReadableStream.pipeTo) method from the Streams API to
send the byte stream to the created file.

Next, we'll use the `readable` property on a `POST` request to send the bite
Next, we'll use the `readable` property on a `POST` request to send the byte
stream of the file to a server.

```ts title="stream.js"
Expand Down
Loading