From 2039a5b494930004e854336951a1dfb487d73392 Mon Sep 17 00:00:00 2001 From: George B <705427+georgeblahblah@users.noreply.github.com> Date: Sat, 26 Mar 2022 10:30:16 +0000 Subject: [PATCH] Fix link markup to Options definition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b27b2a06..37fd608f1 100644 --- a/README.md +++ b/README.md @@ -669,7 +669,7 @@ See [options](#fetch-options) for exact meaning of these extensions. _(spec-compliant)_ - `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).