Skip to content

Commit

Permalink
The extra word 'the' has been deleted (#53951)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsrvms authored Aug 12, 2023
1 parent 23f6235 commit 5cda9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,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 `request.formData()` function:

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

0 comments on commit 5cda9af

Please sign in to comment.