Skip to content

Commit 9eb27e8

Browse files
committed
Docs corrections
1 parent c9637cc commit 9eb27e8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

documentation/docs/globals/FetchEvent/FetchEvent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It provides the [`event.respondWith()`](./prototype/respondWith.mdx) method, whi
4040

4141
- [`FetchEvent.respondWith()`](./prototype/respondWith.mdx)
4242
- : Provide (a promise for) a response for this request.
43-
- [`FetchEvent.sendEarlyHint()`](./prototype/sendEarlyHint.mdx)
43+
- [`FetchEvent.sendEarlyHints()`](./prototype/sendEarlyHints.mdx)
4444
- : Send a [103 Early Hints](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/103) response for this request.
4545
- [`FetchEvent.waitUntil()`](./prototype/waitUntil.mdx)
4646
- : Extends the lifetime of the event. Used to notify the host environment of tasks that extend beyond the returning of a response, such as streaming and caching.

documentation/docs/globals/FetchEvent/prototype/sendEarlyHints.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ sendEarlyHints(headers)
1818

1919
- `headers`
2020
- : Any headers you want to add to your response, contained
21-
within a [`Headers`](../../globals/Headers/Headers.mdx) object or object literal of
22-
[`String`](../../globals/String/String.mdx) key/value pairs.
21+
within a [`Headers`](../../Headers/Headers.mdx) object or object literal of
22+
[`String`](../../String/String.mdx) key/value pairs.
2323

2424
### Return value
2525

documentation/docs/globals/fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fetch(resource, options)
7676
- *Fastly-specific*
7777
- `cacheOverride` _**Fastly-specific**_
7878
- `cacheKey` _**Fastly-specific**_
79-
- `imageOptimizerOptions` _**Fastly-specific**_, see [`imageOptimizerOptions`](../../fastly:image-optimizer/imageOptimizerOptions.mdx).
79+
- `imageOptimizerOptions` _**Fastly-specific**_, see [`imageOptimizerOptions`](../fastly:image-optimizer/imageOptimizerOptions.mdx).
8080
- `fastly` _**Fastly-specific**_
8181
- `decompressGzip`_: boolean_ _**optional**_
8282
- Whether to automatically gzip decompress the Response or not.

documentation/versioned_docs/version-3.36.0/globals/FetchEvent/FetchEvent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It provides the [`event.respondWith()`](./prototype/respondWith.mdx) method, whi
4040

4141
- [`FetchEvent.respondWith()`](./prototype/respondWith.mdx)
4242
- : Provide (a promise for) a response for this request.
43-
- [`FetchEvent.sendEarlyHint()`](./prototype/sendEarlyHint.mdx)
43+
- [`FetchEvent.sendEarlyHints()`](./prototype/sendEarlyHints.mdx)
4444
- : Send a [103 Early Hints](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status/103) response for this request.
4545
- [`FetchEvent.waitUntil()`](./prototype/waitUntil.mdx)
4646
- : Extends the lifetime of the event. Used to notify the host environment of tasks that extend beyond the returning of a response, such as streaming and caching.

documentation/versioned_docs/version-3.36.0/globals/FetchEvent/prototype/sendEarlyHints.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ sendEarlyHints(headers)
1818

1919
- `headers`
2020
- : Any headers you want to add to your response, contained
21-
within a [`Headers`](../../globals/Headers/Headers.mdx) object or object literal of
22-
[`String`](../../globals/String/String.mdx) key/value pairs.
21+
within a [`Headers`](../../Headers/Headers.mdx) object or object literal of
22+
[`String`](../../String/String.mdx) key/value pairs.
2323

2424
### Return value
2525

documentation/versioned_docs/version-3.36.0/globals/fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fetch(resource, options)
7676
- *Fastly-specific*
7777
- `cacheOverride` _**Fastly-specific**_
7878
- `cacheKey` _**Fastly-specific**_
79-
- `imageOptimizerOptions` _**Fastly-specific**_, see [`imageOptimizerOptions`](../../fastly:image-optimizer/imageOptimizerOptions.mdx).
79+
- `imageOptimizerOptions` _**Fastly-specific**_, see [`imageOptimizerOptions`](../fastly:image-optimizer/imageOptimizerOptions.mdx).
8080
- `fastly` _**Fastly-specific**_
8181
- `decompressGzip`_: boolean_ _**optional**_
8282
- Whether to automatically gzip decompress the Response or not.

0 commit comments

Comments
 (0)