Skip to content

Commit b44311b

Browse files
authored
Remove duplicate "adapter" from docs (#7866)
1 parent 4ab777f commit b44311b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/content/docs/(index)/prisma-orm/quickstart/prisma-postgres.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ npx prisma generate
175175

176176
## 7. Instantiate Prisma Client
177177

178-
Now that you have all the dependencies installed, you can instantiate Prisma Client. You need to pass an instance of the Prisma ORM driver adapter adapter to the `PrismaClient` constructor:
178+
Now that you have all the dependencies installed, you can instantiate Prisma Client. You need to pass an instance of the Prisma ORM driver adapter to the `PrismaClient` constructor:
179179

180180
```typescript title="lib/prisma.ts"
181181
import "dotenv/config";

0 commit comments

Comments
 (0)