Skip to content

Commit caa9083

Browse files
authored
chore: Fix heading hierarchy in revalidateTag documentation (#55470)
### What? Fix heading hierarchy in revalidateTag documentation (https://nextjs.org/docs/app/api-reference/functions/revalidateTag) ### Why? Makes it consistent with https://nextjs.org/docs/app/api-reference/functions/revalidatePath
1 parent d01ab61 commit caa9083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-app/02-api-reference/04-functions/revalidateTag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fetch(url, { next: { tags: [...] } });
3030

3131
## Examples
3232

33-
## Server Action
33+
### Server Action
3434

3535
```ts filename="app/actions.ts" switcher
3636
'use server'

0 commit comments

Comments
 (0)