diff --git a/docs/guides/ecosystem/prisma.md b/docs/guides/ecosystem/prisma.md index 82e79ec06b..e697e2133a 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