The extra word 'the' has been deleted (#53951)

This commit is contained in:
Hüsrev 2023-08-13 00:37:51 +03:00 committed by GitHub
parent 23f623546e
commit 5cda9af70f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'