diff --git a/docs/02-app/01-building-your-application/02-data-fetching/index.mdx b/docs/02-app/01-building-your-application/02-data-fetching/index.mdx index bc61af8abb696..498b98c619056 100644 --- a/docs/02-app/01-building-your-application/02-data-fetching/index.mdx +++ b/docs/02-app/01-building-your-application/02-data-fetching/index.mdx @@ -1,4 +1,4 @@ --- title: Data Fetching -description: Learn how to fetch, cache, revalidate, and mutate of data React and Next.js. +description: Learn how to fetch, cache, revalidate, and mutate data with Next.js. ---