From e2b39d0807ddbc47b06b5da3a35854d0164e9cb0 Mon Sep 17 00:00:00 2001 From: Emilio Sánchez Date: Tue, 1 Aug 2023 13:03:53 -0600 Subject: Fix prisma.md typo (#3921) --- docs/guides/ecosystem/prisma.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides') 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 -- cgit v1.2.3