From fed2a852f9c182d186b107387b2287c83a762fca Mon Sep 17 00:00:00 2001 From: Agustinus Nathaniel Date: Mon, 18 Nov 2024 10:20:34 +0700 Subject: [PATCH] docs(netlify): update typo --- pages/netlify/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.