Typo fix in the docs.

This commit is contained in:
Dimitri Fontaine 2015-01-22 11:38:49 +01:00
parent cefc636a6e
commit 4e7f925a9b
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ contents*.
It's possible to use the *MATERIALIZE VIEWS* clause and give both the name
and the SQL (in MySQL dialect) definition of view, then pgloader creates the
view at bofore loading the data, then drops it again at the end.
view before loading the data, then drops it again at the end.
## Loading the data

View File

@ -15,7 +15,7 @@ Load data from a CSV file into a pre-existing table in your database:
In that example the whole loading is driven from the command line, bypassing
the need for writing a command in the pgloader command syntax entirely. As
there's no command though, the extra inforamtion needed must be provided on
there's no command though, the extra information needed must be provided on
the command line using the `--type` and `--field` and `--with` switches.
For documentation about the available syntaxes for the `--field` and