summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander2022-01-02 16:03:32 +0000
committerMagnus Hagander2022-01-02 16:06:32 +0000
commit69872d0bbe64fcd67c4fb4c61e5c7bf6a3443a47 (patch)
tree72733fe4ba14f84282434d16305a6c2ad77e5f62
parent4ace456776524839ef3279ab0bad8a2c9f6cc2a7 (diff)
Fix typo
Reported-By: Eric Mutta Backpatch-through: 10 Discussion: https://postgr.es/m/164052477973.21665.7888120874624887609@wrigleys.postgresql.org
-rw-r--r--doc/src/sgml/high-availability.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index c43f2140205..a265409f025 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1089,7 +1089,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.
</para>
<para>