From 69c7eac195c37767088535a64f75676b0109abc1 Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Tue, 14 Mar 2023 04:21:33 +0100 Subject: [PATCH] typo --- docs/installation/7_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/7_configuration.md b/docs/installation/7_configuration.md index ddc1f396b..0cc67b156 100644 --- a/docs/installation/7_configuration.md +++ b/docs/installation/7_configuration.md @@ -86,7 +86,7 @@ that you chose. ### Global connection pool -If you want to use a single connection pool to a single PostgreSQL database, then you must +If you want to use a single connection pool to a single PostgreSQL database, then you must uncomment and configure the `database` section within the `global` section: ```yaml