From 8070586173d4dbbb7e15feaae91562519b1e5512 Mon Sep 17 00:00:00 2001 From: Pieterjan Spoelders Date: Wed, 13 Nov 2024 02:49:28 -0500 Subject: [PATCH] fix user guide --- doc/user_guide/user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/user_guide.md b/doc/user_guide/user_guide.md index 2d5e6b3..40fc733 100644 --- a/doc/user_guide/user_guide.md +++ b/doc/user_guide/user_guide.md @@ -231,4 +231,4 @@ await pool.clear(); | `resultSetMaxRows` | number | | Set the max amount of rows in the result set. | | `schema` | string | | Exasol schema name. | | `minimumPoolSize` | number | 0 | Minimum amount of active connections. | -| `maximumPoolSize` | number | 5 | maximumPoolSizeimum amount of active connections. | +| `maximumPoolSize` | number | 5 | Maximum amount of active connections. |