diff options
author | Stephen Frost <sfrost@snowman.net> | 2018-11-03 12:22:09 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2018-11-03 12:22:09 -0400 |
commit | cf2245159172836db29d8f0bc7d7164fd33714b1 (patch) | |
tree | 4e34e212d43334d2353d3f75f735d9f53c626504 /doc/src | |
parent | 229a5c8ade48db7eced79539ab1b8d8a0e86ae88 (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'.
Diffstat (limited to 'doc/src')
-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 de505ea8d37..30e19258042 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> |