Fixes typos.

This commit is contained in:
Brant Fitzsimmons 2015-11-01 13:14:23 -05:00
parent e351ab27b9
commit ade683e8b5
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# PostgreSQL Driver
* Runs migrations in transcations.
That means that if a migration failes, it will be safely rolled back.
* Runs migrations in transactions.
That means that if a migration fails, it will be safely rolled back.
* Tries to return helpful error messages.
* Stores migration version details in table ``schema_migrations``.
This table will be auto-generated.
@ -20,4 +20,4 @@ migrate help # for more info
## Authors
* Matthias Kadenbach, https://github.com/mattes
* Matthias Kadenbach, https://github.com/mattes