Skip to content

Commit 6c82491

Browse files
committed
docs(): update with feedback
1 parent 18267ac commit 6c82491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/250-postgres/300-database/650-direct-connections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SSL mode is required when connecting to Prisma Postgres via direct TCP, so you n
4747

4848
## Billing
4949

50-
When using direct TCP to connect to a Prisma Postgres instance, every request is counted asd a [billable operation](/postgres/introduction/overview#usage-based-pricing). Learn more on our [pricing page](https://www.prisma.io/pricing).
50+
When using direct TCP to connect to a Prisma Postgres instance, every request is counted as a [billable operation](/postgres/introduction/overview#usage-based-pricing). Learn more on our [pricing page](https://www.prisma.io/pricing).
5151

5252
## Temporary limitations
5353

content/250-postgres/400-query-optimization/100-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import { withOptimize } from "@prisma/extension-optimize";
5757

5858
const prisma = new PrismaClient().$extends(
5959
withOptimize({ apiKey: process.env.OPTIMIZE_API_KEY }),
60-
).$extends(withAccelerate());
60+
);
6161
```
6262

6363
### 2.5. Use Prisma Optimize to generate insights

0 commit comments

Comments
 (0)