Skip to content

Commit

Permalink
Typo: Trailing Space in README.md (nodejs#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhooHaoYit authored Feb 11, 2022
1 parent ce929b7 commit f6804d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ A body can be of the following types:
- URLSearchParams
- FormData

In this implementation of fetch, ```request.body ``` now accepts ```Async Iterables```. It is not present in the [Fetch Standard.](https://fetch.spec.whatwg.org)
In this implementation of fetch, ```request.body``` now accepts ```Async Iterables```. It is not present in the [Fetch Standard.](https://fetch.spec.whatwg.org)

```js
import { fetch } from "undici";
Expand Down

0 comments on commit f6804d2

Please sign in to comment.