Skip to content

Commit

Permalink
docs: add missing comma for code snippet. (#51437)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiscaksono committed Jun 19, 2023
1 parent 53df94f commit 3ca833d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/04-functions/cookies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function create(data) {
cookies().set({
name: 'name',
value: '',
expires: new Date('2016-10-05')
expires: new Date('2016-10-05'),
path: '/', // For all paths
});
}
Expand Down

0 comments on commit 3ca833d

Please sign in to comment.