Skip to content

Commit

Permalink
Update docs/02-app/01-building-your-application/01-routing/10-router-…
Browse files Browse the repository at this point in the history
…handlers.mdx
  • Loading branch information
leerob committed Jul 7, 2023
1 parent d959117 commit 32b54b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -546,7 +546,7 @@ export async function POST(request) {

### Request Body FormData

You can read the FormData using the the request.formData() function:
You can read the `FormData` using the the `request.formData()` function:

```ts filename="app/items/route.ts" switcher
import { NextResponse } from 'next/server'
Expand Down

0 comments on commit 32b54b4

Please sign in to comment.