From f16f1d79b4657673566a5d847b1b6223a2e8c62e Mon Sep 17 00:00:00 2001 From: Chan Nyein Thaw Date: Sun, 27 Aug 2023 21:35:00 +0630 Subject: [PATCH] docs: fix typo `revalidatePath` -> `revalidateTag` --- docs/02-app/02-api-reference/04-functions/revalidateTag.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/02-api-reference/04-functions/revalidateTag.mdx b/docs/02-app/02-api-reference/04-functions/revalidateTag.mdx index dee043f65edce..6d14baedcde5c 100644 --- a/docs/02-app/02-api-reference/04-functions/revalidateTag.mdx +++ b/docs/02-app/02-api-reference/04-functions/revalidateTag.mdx @@ -3,7 +3,7 @@ title: revalidateTag description: API Reference for the revalidateTag function. --- -`revalidatePath` allows you to purge [cached data](/docs/app/building-your-application/caching) on-demand for a specific cache tag. +`revalidateTag` allows you to purge [cached data](/docs/app/building-your-application/caching) on-demand for a specific cache tag. > **Good to know**: >