Skip to content

Commit 51d0df1

Browse files
deprusankur-arch
andauthored
docs: fix typo in migration from Drizzle guide (#7191)
Corrected a typo in the migration from Drizzle guide Co-authored-by: Ankur Datta <[email protected]>
1 parent 621bab1 commit 51d0df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/800-guides/060-migrate-from-drizzle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Note that the steps for migrating from Drizzle to Prisma ORM are always the same
4343

4444
These steps apply, no matter if you're building a REST API (e.g. with Express, koa or NestJS), a GraphQL API (e.g. with Apollo Server, TypeGraphQL or Nexus) or any other kind of application that uses Drizzle for database access.
4545

46-
Prisma ORM lends itself really well for **incremental adoption**. This means, you don't have migrate your entire project from Drizzle to Prisma ORM at once, but rather you can _step-by-step_ move your database queries from Drizzle to Prisma ORM.
46+
Prisma ORM lends itself really well for **incremental adoption**. This means, you don't have to migrate your entire project from Drizzle to Prisma ORM at once, but rather you can _step-by-step_ move your database queries from Drizzle to Prisma ORM.
4747

4848
## Step 1. Install the Prisma CLI
4949

0 commit comments

Comments
 (0)