Small spelling fix (#1099)
This commit is contained in:
parent
74db8f9cd2
commit
4e77464bfc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user