diff --git a/web/src/mysql.md b/web/src/mysql.md index 10c5d54..eb38974 100644 --- a/web/src/mysql.md +++ b/web/src/mysql.md @@ -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 diff --git a/web/src/quickstart.md b/web/src/quickstart.md index 6fff688..728f641 100644 --- a/web/src/quickstart.md +++ b/web/src/quickstart.md @@ -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