Skip to content

Commit

Permalink
Merge pull request tediousjs#44 from cartothemax/readme-spelling-corr…
Browse files Browse the repository at this point in the history
…eciton

Corrected spelling of minimum in the README
  • Loading branch information
arthurschreiber authored Sep 30, 2018
2 parents 8bd8fe7 + e18d0d1 commit 2b8ca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pool.drain();
### new ConnectionPool(poolConfig, connectionConfig)

* `poolConfig` {Object} the pool configuration object
* `min` {Number} The minimun of connections there can be in the pool. Default = `10`
* `min` {Number} The minimum of connections there can be in the pool. Default = `10`
* `max` {Number} The maximum number of connections there can be in the pool. Default = `50`
* `idleTimeout` {Number} The number of milliseconds before closing an unused connection. Default = `300000`
* `retryDelay` {Number} The number of milliseconds to wait after a connection fails, before trying again. Default = `5000`
Expand Down

0 comments on commit 2b8ca4b

Please sign in to comment.