From 63de05644bd954af7691c9a386e1debdc50ee654 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Mon, 22 Mar 2021 19:42:12 +1100
Subject: [PATCH v65] Feedback - create_subscription docs - typo

---
 doc/src/sgml/ref/create_subscription.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/ref/create_subscription.sgml b/doc/src/sgml/ref/create_subscription.sgml
index a5c9158..9a83fec 100644
--- a/doc/src/sgml/ref/create_subscription.sgml
+++ b/doc/src/sgml/ref/create_subscription.sgml
@@ -261,7 +261,7 @@ CREATE SUBSCRIPTION <replaceable class="parameter">subscription_name</replaceabl
 
          <para>
           The two-phase commit implementation requires that the replication has
-          successfully passed the intial table synchronization phase. This means even when
+          successfully passed the initial table synchronization phase. This means even when
           two_phase is enabled for the subscription, the internal two-phase state remains
           temporarily "pending" until the initialization phase is completed. See column
           <literal>subtwophase</literal> of <xref linkend="catalog-pg-subscription"/>
-- 
1.8.3.1

