From 4e7f925a9bf5a458f3ae98b0c4f07a638a4f4a0d Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 22 Jan 2015 11:38:49 +0100 Subject: [PATCH] Typo fix in the docs. --- web/src/mysql.md | 2 +- web/src/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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