From e18d0d1c8d1a56d19625b2809118236d2bd63541 Mon Sep 17 00:00:00 2001 From: Andrew Schutt Date: Mon, 11 Sep 2017 15:46:42 -0500 Subject: [PATCH] corrected spelling of minimum --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 033cc95..f525cfc 100644 --- a/README.md +++ b/README.md @@ -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`