Skip to content

Commit be57714

Browse files
benhc123charmander
authored andcommitted
spelling corrections
1 parent a664983 commit be57714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var pg = require('pg')
6666
6767
var pool = new pg.Pool()
6868
69-
// your friendly neighboorhood pool interface, without the singleton
69+
// your friendly neighborhood pool interface, without the singleton
7070
pool.connect(function(err, client, done) {
7171
// ...
7272
})
@@ -113,7 +113,7 @@ client.query('SELECT $1::text as name', ['brianc'])
113113
- Add option to parse JS date objects in query parameters as [UTC](https://github.com/brianc/node-postgres/pull/943)
114114

115115
### v4.4.0
116-
- Warn to `stderr` if a named query exceeds 63 characters which is the max lenght supported by postgres.
116+
- Warn to `stderr` if a named query exceeds 63 characters which is the max length supported by postgres.
117117

118118
### v4.3.0
119119
- Unpin `pg-types` semver. Allow it to float against `pg-types@1.x`.

0 commit comments

Comments
 (0)