diff --git a/docs/01-app/03-api-reference/05-config/01-next-config-js/staleTimes.mdx b/docs/01-app/03-api-reference/05-config/01-next-config-js/staleTimes.mdx index df7336616e790..d00663781e2f8 100644 --- a/docs/01-app/03-api-reference/05-config/01-next-config-js/staleTimes.mdx +++ b/docs/01-app/03-api-reference/05-config/01-next-config-js/staleTimes.mdx @@ -24,7 +24,7 @@ module.exports = nextConfig The `static` and `dynamic` properties correspond with the time period (in seconds) based on different types of [link prefetching](/docs/app/api-reference/components/link#prefetch). -- The `dynamic` property is used when the page is neither statically generated nor fully prefetched (i.e., with prefetch={true}). +- The `dynamic` property is used when the page is neither statically generated nor fully prefetched (e.g. with `prefetch={true}`). - Default: 0 seconds (not cached) - The `static` property is used for statically generated pages, or when the `prefetch` prop on `Link` is set to `true`, or when calling [`router.prefetch`](/docs/app/building-your-application/caching#routerprefetch). - Default: 5 minutes