Fix typo in URL (#2913)

This commit is contained in:
Aram Zegerius 2023-03-06 19:30:37 +01:00 committed by GitHub
parent 5703791640
commit 8804e5caaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ The easiest and by far most common way to use node-postgres is through a connect
### Good news
node-postgres ships with built-in connection pooling via the [pg-pool](/api/pool) module.
node-postgres ships with built-in connection pooling via the [pg-pool](/apis/pool) module.
## Examples