Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ade683e

Browse files
committed
Fixes typos.
1 parent e351ab2 commit ade683e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

driver/postgres/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PostgreSQL Driver
22

3-
* Runs migrations in transcations.
4-
That means that if a migration failes, it will be safely rolled back.
3+
* Runs migrations in transactions.
4+
That means that if a migration fails, it will be safely rolled back.
55
* Tries to return helpful error messages.
66
* Stores migration version details in table ``schema_migrations``.
77
This table will be auto-generated.
@@ -20,4 +20,4 @@ migrate help # for more info
2020

2121
## Authors
2222

23-
* Matthias Kadenbach, https://github.com/mattes
23+
* Matthias Kadenbach, https://github.com/mattes

0 commit comments

Comments
 (0)