Skip to content

Commit c5b03e0

Browse files
authored
Update src/content/docs/workers/examples/cache-using-fetch.mdx
1 parent fc2c149 commit c5b03e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/examples/cache-using-fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ async function handleRequest(request) {
471471
472472
The [`cache`](https://developer.mozilla.org/en-US/docs/Web/API/RequestInit#cache) mode can be set in `fetch` options.
473473
474-
Currently Workers only support the `no-store` and `no-cache` modes for controlling the cache.
474+
Currently Workers only supports the `no-store` and `no-cache` modes for controlling the cache.
475475
476476
When `no-store` is supplied the cache is bypassed on the way to the origin and the request is not cacheable.
477477

0 commit comments

Comments
 (0)