diff options
-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 |