diff --git a/docs/02-app/01-building-your-application/04-caching/index.mdx b/docs/02-app/01-building-your-application/04-caching/index.mdx index abc9453b73..5081049437 100644 --- a/docs/02-app/01-building-your-application/04-caching/index.mdx +++ b/docs/02-app/01-building-your-application/04-caching/index.mdx @@ -490,7 +490,7 @@ For example, you can set a tag when fetching data: fetch(`https://...`, { next: { tags: ['a', 'b', 'c'] } }) ``` -Then, then call `revalidateTag` with a tag to purge the cache entry: +Then, call `revalidateTag` with a tag to purge the cache entry: ```jsx // Revalidate entries with a specific tag