Small spelling fix (#1099)

This commit is contained in:
Vince Coppola 2016-08-01 07:24:54 -07:00 committed by Brian C
parent 74db8f9cd2
commit 4e77464bfc

View File

@ -22,7 +22,7 @@ var pg = require('pg');
// instantiate a new client
// the client will read connection information from
// the same environment varaibles used by postgres cli tools
// the same environment variables used by postgres cli tools
var client = new pg.Client();
// connect to our database