diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 3828624d3c1..92ec175af15 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -452,7 +452,7 @@
The role used for the replication connection must have
- the REPLICATION attribute. Access for the role must be
+ the REPLICATION attribute (or be a superuser). Access for the role must be
configured in pg_hba.conf.
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index 3ca06fb3c35..9f45b6f574a 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -222,7 +222,7 @@ CREATE SUBSCRIPTION subscription_nameNotes
- See for details on
+ See for details on
how to configure access control between the subscription and the
publication instance.