Skip to content

Commit fccaa1c

Browse files
committed
defaults.js: fix typo in comment
1 parent 261a42a commit fccaa1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/defaults.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var defaults = module.exports = {
2-
// database host defaults to localhost
2+
// database host. defaults to localhost
33
host: 'localhost',
44

55
//database user's name
@@ -30,7 +30,7 @@ var defaults = module.exports = {
3030
//from the pool and destroyed
3131
poolIdleTimeout: 30000,
3232

33-
//frequeny to check for idle clients within the client pool
33+
//frequency to check for idle clients within the client pool
3434
reapIntervalMillis: 1000,
3535

3636
//pool log function / boolean

0 commit comments

Comments
 (0)