Skip to content

Commit 368d636

Browse files
authored
Update src/content/partials/hyperdrive/use-postgresjs-to-make-query.mdx
1 parent 8dcf602 commit 368d636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/hyperdrive/use-postgresjs-to-make-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
max: 5,
3232

3333
// If you are using array types in your Postgres schema, it is necessary to fetch
34-
// type information to correctly de/serialize them. However if you are not using
34+
// type information to correctly de/serialize them. However, if you are not using
3535
// those, disabling this will save you an extra round-trip every time you connect.
3636
fetch_types: false,
3737
},

0 commit comments

Comments
 (0)