From 094fd547f9170290b4230c08356237f86e33172a Mon Sep 17 00:00:00 2001 From: Alan Justino da Silva Date: Thu, 21 Nov 2024 14:52:04 -0300 Subject: [PATCH] typo on README.md `prewarning` -> `prewarming` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04c0a395..0f3eb22a 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ The config can be reloaded by sending a `kill -s SIGHUP` to the process or by qu ### Mirroring -Mirroring allows to route queries to multiple databases at the same time. This is useful for prewarning replicas before placing them into the active configuration, or for testing different versions of Postgres with live traffic. +Mirroring allows to route queries to multiple databases at the same time. This is useful for prewarming replicas before placing them into the active configuration, or for testing different versions of Postgres with live traffic. ## License