Skip to content

Commit b2924a9

Browse files
committed
fix duplicate meta description
1 parent 70f9b8a commit b2924a9

File tree

1 file changed

+1
-1
lines changed
  • content/200-concepts/100-components/02-prisma-client/000-working-with-prismaclient

1 file changed

+1
-1
lines changed

content/200-concepts/100-components/02-prisma-client/000-working-with-prismaclient/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Working with PrismaClient'
33
metaTitle: 'Working with PrismaClient (Concepts)'
4-
metaDescription: 'This page explains how to generate Prisma Client. It also provides additional context on the generated client, typical workflows and Node.js configuration.'
4+
metaDescription: 'This page explains how to generate, configure, and instantiate Prisma Client, as well as when and how to manage database connections.'
55
---
66

77
<TopBlock>

0 commit comments

Comments
 (0)