Skip to content

Commit baef523

Browse files
authored
1 parent cb432eb commit baef523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-app/01-building-your-application/02-data-fetching/01-fetching-caching-and-revalidating.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ If an error is thrown while attempting to revalidate data, the last successfully
240240

241241
`fetch` requests are **not** cached if:
242242

243-
- The `cache: 'no-store` is added to `fetch` requests.
243+
- The `cache: 'no-store'` is added to `fetch` requests.
244244
- The `revalidate: 0` option is added to individual `fetch` requests.
245245
- The `fetch` request is inside a Router Handler that uses the `POST` method.
246246
- The `fetch` request comes after the usage of `headers` or `cookies`.

0 commit comments

Comments
 (0)