Skip to content

Commit

Permalink
Typo change in Next.js getting started docs (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
quiint authored Jun 20, 2024
1 parent e46af82 commit 4eacd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/getting-started/setup/next-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pnpm create next-app --use-pnpm
<TabItem value="Bun">

```shell
bunx create next-app --use-bun
bunx create-next-app --use-bun
```

</TabItem>
Expand Down

0 comments on commit 4eacd6b

Please sign in to comment.