Skip to content

Commit

Permalink
Docs: delete extra bracket [introduction.md] (vercel#21715)
Browse files Browse the repository at this point in the history
  • Loading branch information
cobrexus authored Feb 1, 2021
1 parent 60e6995 commit 4006513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-routes/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For example, the following API route `pages/api/user.js` returns a `json` respon

```js
export default function handler(req, res) {
res.status(200).json({ name: 'John Doe' }))
res.status(200).json({ name: 'John Doe' })
}
```

Expand Down

0 comments on commit 4006513

Please sign in to comment.