Skip to content

Commit daabff4

Browse files
committed
updates with feedback
1 parent 7406f28 commit daabff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/200-orm/500-reference/325-prisma-config-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export declare type PrismaConfig = {
9999
path: string;
100100
};
101101
// Depending on the choice, you must provide either a `datasource` object or driver adapter
102-
engine: 'classic': 'js'
102+
engine: 'classic' | 'js'
103103

104104
};
105105
```

content/250-postgres/100-introduction/250-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ as well. You can view the following:
3333
- Average response size
3434
- Average query duration
3535
- Total egress
36-
- Total Operations
37-
- Cache utilisation
36+
- Total operations
37+
- Cache utilization
3838

3939
## Billing
4040

0 commit comments

Comments
 (0)