diff --git a/docs/index.rst b/docs/index.rst index bbfc982..c18fd98 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -55,7 +55,7 @@ Full Field projections Reading files from an archive 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. HTTP(S) support @@ -147,7 +147,7 @@ Schema only, Data only Repeatable (DROP+CREATE) 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 rules are bug free.