Skip to content

Commit

Permalink
docs: Fix link markup to Options definition (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeblahblah committed Mar 28, 2022
1 parent 6425e20 commit 6875205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -669,7 +669,7 @@ See [options](#fetch-options) for exact meaning of these extensions.
<small>_(spec-compliant)_</small>

- `input` A string representing a URL, or another `Request` (which will be cloned)
- `options` [Options][#fetch-options] for the HTTP(S) request
- `options` [Options](#fetch-options) for the HTTP(S) request

Constructs a new `Request` object. The constructor is identical to that in the [browser](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request).

Expand Down

0 comments on commit 6875205

Please sign in to comment.