Skip to content

Commit fc6e3db

Browse files
blntgvn42ijjk
andauthored
Update next-response.mdx (#83302)
This PR aims to fix a typo in documentation Co-authored-by: JJ Kasper <[email protected]>
1 parent ce359e0 commit fc6e3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01-app/03-api-reference/04-functions/next-response.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Given a cookie name, delete the cookie from the response.
5858
```ts
5959
// Given incoming request /home
6060
let response = NextResponse.next()
61-
// Returns true for deleted, false is nothing is deleted
61+
// Returns true for deleted, false if nothing is deleted
6262
response.cookies.delete('experiments')
6363
```
6464

0 commit comments

Comments
 (0)