docs: fix typo in bun package manager name (#22781)

This commit is contained in:
Muhammad Mahmoud 2023-08-24 11:12:21 +03:00 committed by GitHub
parent 9d3702c7c2
commit a28ee6b014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ npm run dev -- -o
pnpm dev -o pnpm dev -o
``` ```
```bash [pnpm] ```bash [bun]
bun run dev -o bun run dev -o
``` ```