From be2815fda28a9f1d5690a280e717a54c7cd76e8c Mon Sep 17 00:00:00 2001 From: William Hakizimana Date: Mon, 21 Jan 2019 11:13:52 -0600 Subject: [PATCH] Typo: Change issing to issuing (#895) --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.