Skip to content

Commit

Permalink
fix incomplete statement & phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-kaushik committed Jun 10, 2023
1 parent e797546 commit 43cb577
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -94,7 +94,7 @@ There are two types of data: **Static** and **Dynamic**.
height="685"
/>

By default, Next.js automatically does static fetches. This means that the data will be fetched at build time, cached, and reused on each request. As a developer, you have control over how the static data is [cached](#caching-data) and [revalidated](#revalidating-data).
By default, Next.js automatically does static data fetches. This means that the data will be fetched and cached at build time, and reused on each request. As a developer, you have control over how the static data is [cached](#caching-data) and [revalidated](#revalidating-data).

There are two benefits to using static data:

Expand Down

0 comments on commit 43cb577

Please sign in to comment.