diff options
author | Stephen Frost <sfrost@snowman.net> | 2018-11-03 12:22:01 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2018-11-03 12:22:01 -0400 |
commit | 0e88ba1fe1e02086e718982a86c94c3c366c9d62 (patch) | |
tree | d1197dbe627bd4befbe3622560d689711694886f | |
parent | df1d749a7bdae302d593b6710a6219c682236137 (diff) |
Remove extra word from create sub docs
Improve the documentation in the CREATE SUBSCRIPTION command a bit by
removing an extraneous word and spelling out 'information'.
-rw-r--r-- | doc/src/sgml/ref/create_subscription.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml index 49e4841188b..1a90c244fbf 100644 --- a/doc/src/sgml/ref/create_subscription.sgml +++ b/doc/src/sgml/ref/create_subscription.sgml @@ -49,8 +49,8 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl </para> <para> - Additional info about subscriptions and logical replication as a whole - can is available at <xref linkend="logical-replication-subscription"/> and + Additional information about subscriptions and logical replication as a + whole is available at <xref linkend="logical-replication-subscription"/> and <xref linkend="logical-replication"/>. </para> |