Typo: Change issing to issuing (#895)

This commit is contained in:
William Hakizimana 2019-01-21 11:13:52 -06:00 committed by Dimitri Fontaine
parent eafaf80b3c
commit be2815fda2

View File

@ -55,7 +55,7 @@ Full Field projections
Reading files from an archive Reading files from an archive
Archive formats *zip*, *tar*, and *gzip* are supported by pgloader: the Archive formats *zip*, *tar*, and *gzip* are supported by pgloader: the
archive is extracted in a temporary directory and expanded files are then archive is extracted in a temporary directly and expanded files are then
loaded. loaded.
HTTP(S) support HTTP(S) support
@ -147,7 +147,7 @@ Schema only, Data only
Repeatable (DROP+CREATE) Repeatable (DROP+CREATE)
By default, pgloader issues DROP statements in the target PostgreSQL By default, pgloader issues DROP statements in the target PostgreSQL
database before issing any CREATE statement, so that you can repeat the database before issuing any CREATE statement, so that you can repeat the
migration as many times as necessary until migration specifications and migration as many times as necessary until migration specifications and
rules are bug free. rules are bug free.