@@ -64,7 +64,7 @@ PostgreSQL documentation
6464 </para>
6565
6666 <para>
67- The <application>pg_createsubscriber</application> targets large database
67+ <application>pg_createsubscriber</application> targets large database
6868 systems because in logical replication setup, most of the time is spent
6969 doing the initial data copy. Furthermore, a side effect of this long time
7070 spent synchronizing data is usually a large amount of changes to be applied
@@ -191,8 +191,8 @@ PostgreSQL documentation
191191 <listitem>
192192 <para>
193193 Use the specified main server configuration file for the target data
194- directory.The <application>pg_createsubscriber</application> uses
195- internally the <application>pg_ctl</application> command to start and
194+ directory. <application>pg_createsubscriber</application> internally uses
195+ the <application>pg_ctl</application> command to start and
196196 stop the target server. It allows you to specify the actual
197197 <filename>postgresql.conf</filename> configuration file if it is stored
198198 outside the data directory.