We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2c149 commit c5b03e0Copy full SHA for c5b03e0
src/content/docs/workers/examples/cache-using-fetch.mdx
@@ -471,7 +471,7 @@ async function handleRequest(request) {
471
472
The [`cache`](https://developer.mozilla.org/en-US/docs/Web/API/RequestInit#cache) mode can be set in `fetch` options.
473
474
-Currently Workers only support the `no-store` and `no-cache` modes for controlling the cache.
+Currently Workers only supports the `no-store` and `no-cache` modes for controlling the cache.
475
476
When `no-store` is supplied the cache is bypassed on the way to the origin and the request is not cacheable.
477
0 commit comments