From 0ca89bbee9b1c67fc9631abd96ea1c5837ea201b Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 2 Jan 2022 17:03:32 +0100 Subject: [PATCH] Fix typo Reported-By: Eric Mutta Backpatch-through: 10 Discussion: https://postgr.es/m/164052477973.21665.7888120874624887609@wrigleys.postgresql.org --- doc/src/sgml/high-availability.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index c12f4ff6dd8..3ee6553c344 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1072,7 +1072,7 @@ primary_slot_name = 'node_a_slot' servers. Waiting for confirmation increases the user's confidence that the changes will not be lost in the event of server crashes but it also necessarily increases the response time for the requesting transaction. - The minimum wait time is the round-trip time between primary to standby. + The minimum wait time is the round-trip time between primary and standby. -- 2.39.5