diff --git a/doc/src/sgml/logicaldecoding.sgml b/doc/src/sgml/logicaldecoding.sgml
index 0d0de291f3..b6353c7a12 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 max_wal_senders 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
- to atleast 1.
+ to at least 1.
Example 1: