Skip to content

Commit

Permalink
docs(readme): clarity updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Apr 22, 2022
1 parent 6370b60 commit 4d9f60d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Nodejs has two kinds of streams: [web streams](https://nodejs.org/dist/latest-v1
#### Specification Compliance

This section documents parts of the [Fetch Standard](https://fetch.spec.whatwg.org) that Undici does
not support or fully implement.
not support or does not fully implement.

##### Garbage Collection

Expand Down Expand Up @@ -316,7 +316,7 @@ Returns: `Dispatcher`
## Specification Compliance

This section documents parts of the HTTP/1.1 specification that Undici does
not support or fully implement.
not support or does not fully implement.

### Expect

Expand Down Expand Up @@ -348,7 +348,7 @@ aborted.

### Manual Redirect

Since it is not possible to manually follow an HTTP redirect server-side,
Since it is not possible to manually follow an HTTP redirect on the server-side,
Undici returns the actual response instead of an `opaqueredirect` filtered one
when invoked with a `manual` redirect. This aligns `fetch()` with the other
implementations in Deno and Cloudflare Workers.
Expand Down

0 comments on commit 4d9f60d

Please sign in to comment.