aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/logicaldecoding.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 0d0de291f3e..b6353c7a125 100644
--- a/doc/src/sgml/logicaldecoding.sgml
+++ b/doc/src/sgml/logicaldecoding.sgml
@@ -153,7 +153,7 @@ postgres=# SELECT pg_drop_replication_slot('regression_slot');
that <varname>max_wal_senders</varname> is set sufficiently high to allow
an additional connection. The second example shows how to stream two-phase
transactions. Before you use two-phase commands, you must set
- <xref linkend="guc-max-prepared-transactions"/> to atleast 1.
+ <xref linkend="guc-max-prepared-transactions"/> to at least 1.
</para>
<programlisting>
Example 1: