Skip to content

Commit

Permalink
Merge branch 'main' into gajus/support-ssl-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus authored Jan 3, 2025
2 parents 44f8016 + 6e52354 commit f4607f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ const pool = createPool('postgres://', {
```

> [!NOTE]
> Reseting a connection is a heavy operation. Depending on the application requirements, it may make sense to disable connection reset, e.g.
> Resetting a connection is a heavy operation. Depending on the application requirements, it may make sense to disable connection reset, e.g.
> ```ts
> import {
> createPool,
Expand Down Expand Up @@ -2798,7 +2798,7 @@ The Slonik community has also shared their successes with these Node.js framewor
This package is using [TypeScript](http://typescriptlang.org/) types.
Refer to [`./src/types.ts`](./src/types.ts).
Refer to [`./packages/slonik/src/types.ts`](./packages/slonik/src/types.ts).
The public interface exports the following types:
Expand Down

0 comments on commit f4607f5

Please sign in to comment.