From be57714f164d3d5c8b82f3e39b75b22cc43f4800 Mon Sep 17 00:00:00 2001 From: Ben Holden-Crowther Date: Tue, 9 Jan 2018 21:06:45 +0000 Subject: [PATCH] spelling corrections --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1516e911..3a2aaf45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,7 +66,7 @@ var pg = require('pg') var pool = new pg.Pool() -// your friendly neighboorhood pool interface, without the singleton +// your friendly neighborhood pool interface, without the singleton pool.connect(function(err, client, done) { // ... }) @@ -113,7 +113,7 @@ client.query('SELECT $1::text as name', ['brianc']) - Add option to parse JS date objects in query parameters as [UTC](https://github.com/brianc/node-postgres/pull/943) ### v4.4.0 -- Warn to `stderr` if a named query exceeds 63 characters which is the max lenght supported by postgres. +- Warn to `stderr` if a named query exceeds 63 characters which is the max length supported by postgres. ### v4.3.0 - Unpin `pg-types` semver. Allow it to float against `pg-types@1.x`.