@@ -1022,7 +1022,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
10221022
10231023 <para>
10241024 Users will stop waiting if a fast shutdown is requested. However, as
1025- when using asynchronous replication, the server willdoes not fully
1025+ when using asynchronous replication, the server will not fully
10261026 shutdown until all outstanding WAL records are transferred to the currently
10271027 connected standby servers.
10281028 </para>
@@ -1126,7 +1126,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
11261126
11271127 <para>
11281128 If you need to re-create a standby server while transactions are
1129- waiting, make sure that the commandsto run pg_start_backup() and
1129+ waiting, make sure that the commands pg_start_backup() and
11301130 pg_stop_backup() are run in a session with
11311131 <varname>synchronous_commit</> = <literal>off</>, otherwise those
11321132 requests will wait forever for the standby to appear.