diff options
author | 2023-08-01 13:03:53 -0600 | |
---|---|---|
committer | 2023-08-01 12:03:53 -0700 | |
commit | e2b39d0807ddbc47b06b5da3a35854d0164e9cb0 (patch) | |
tree | 1926e41d5a64a067aa6b4f701888abcb735497b8 /docs | |
parent | 7a8f57c4e527f7fc84b85a4757723bb97540ebc3 (diff) | |
download | bun-e2b39d0807ddbc47b06b5da3a35854d0164e9cb0.tar.gz bun-e2b39d0807ddbc47b06b5da3a35854d0164e9cb0.tar.zst bun-e2b39d0807ddbc47b06b5da3a35854d0164e9cb0.zip |
Fix prisma.md typo (#3921)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/ecosystem/prisma.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/prisma.md b/docs/guides/ecosystem/prisma.md index 82e79ec06..e697e2133 100644 --- a/docs/guides/ecosystem/prisma.md +++ b/docs/guides/ecosystem/prisma.md @@ -2,7 +2,7 @@ name: Get started using Prisma --- -Prisma works our of the box with Bun. First, create a directory and initialize it with `bun init`. +Prisma works out of the box with Bun. First, create a directory and initialize it with `bun init`. ```bash mkdir prisma-app |