From cf2245159172836db29d8f0bc7d7164fd33714b1 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Sat, 3 Nov 2018 12:22:09 -0400 Subject: [PATCH] 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'. --- doc/src/sgml/ref/create_subscription.sgml | 4 ++-- 1 file 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 subscription_name - Additional info about subscriptions and logical replication as a whole - can is available at and + Additional information about subscriptions and logical replication as a + whole is available at and . -- 2.39.5