diff --git a/pages/netlify/index.mdx b/pages/netlify/index.mdx index cd301f5..99d1fb5 100644 --- a/pages/netlify/index.mdx +++ b/pages/netlify/index.mdx @@ -35,7 +35,7 @@ The easiest way to get started is to deploy our Next.js platform starter templat - **App Router:** Netlify fully supports the Next.js App Router, which supports more powerful nested layouts and React’s latest features, such as Server Components and Streaming. -- **Automatic fine-grained caching:** thehe adapter uses fine-grained caching on Netlify to support the Next.js Full Route Cache and Data Cache. This means that static page responses are automatically cached at the edge and can be revalidated by path or by tag. +- **Automatic fine-grained caching:** the adapter uses fine-grained caching on Netlify to support the Next.js Full Route Cache and Data Cache. This means that static page responses are automatically cached at the edge and can be revalidated by path or by tag. - **On-demand and time-based revalidation:** both the App Router and Pages Router support on-demand and time-based revalidation, allowing you to revalidate and regenerate content at any time after a deploy.