Skip to content

Commit d025e2f

Browse files
committed
Copy tweak
1 parent df5cd7e commit d025e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/frameworks/nextjs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ This handler will run the `revalidatePath` function from Next.js, which purges t
262262

263263
The handlers are slightly different for the App and Pages router:
264264

265-
#### Revalidation helper: App Router
265+
#### Revalidation handler: App Router
266266

267267
If you are using the App router, create a new revalidation route at `app/api/revalidate/path/route.ts`:
268268

@@ -292,7 +292,7 @@ export async function POST(request: NextRequest) {
292292
}
293293
```
294294

295-
#### Revalidation helper: Pages Router
295+
#### Revalidation handler: Pages Router
296296

297297
If you are using the Pages router, create a new revalidation route at `pages/api/revalidate/path.ts`:
298298

0 commit comments

Comments
 (0)