Skip to content

Commit

Permalink
chore: Fix heading hierarchy in revalidateTag documentation (#55470)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
romeobravo committed Sep 19, 2023
1 parent d01ab61 commit caa9083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fetch(url, { next: { tags: [...] } });

## Examples

## Server Action
### Server Action

```ts filename="app/actions.ts" switcher
'use server'
Expand Down

0 comments on commit caa9083

Please sign in to comment.