Skip to content

Commit 561a12e

Browse files
authored
Fixed spacing
1 parent fb78eaa commit 561a12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/features/1-connecting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ client.query('SELECT NOW()', (err, res) => {
9090
})
9191
```
9292

93-
Many cloud providers include alternative methods for connecting to database instances using short-lived authentication tokens. node-postgres supports dynamic passwords via a callback function, either synchronous or asynchronous. The callback function must resolve to a string.
93+
Many cloud providers include alternative methods for connecting to database instances using short-lived authentication tokens. node-postgres supports dynamic passwords via a callback function, either synchronous or asynchronous. The callback function must resolve to a string.
9494

9595
```js
9696
const { Pool } = require('pg')

0 commit comments

Comments
 (0)