Skip to content

Commit

Permalink
grammar tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ztanner committed Jul 22, 2024
1 parent 5bff804 commit d6d7c9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 was not statically generated, nor a "full" prefetch (i.e. with `prefetch={true}`)
- The `dynamic` property is used when the page was neither statically generated nor fully prefetched (i.e. 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
Expand Down

0 comments on commit d6d7c9e

Please sign in to comment.