Skip to content

Commit d3ec78d

Browse files
author
Marcin K
committed
Use different word
1 parent 98c383c commit d3ec78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ migrate create -ext sql -dir db/migrations -seq create_users_table
1010
```
1111
Once you create your files, you should fill them.
1212

13-
**IMPORTANT:** In a project developed by more than one person there is a probability of migrations inconsistency - e.g. two developers can create conflicting migrations, and the developer that created his migration later gets it merged to the repository first.
13+
**IMPORTANT:** In a project developed by more than one person there is a chance of migrations inconsistency - e.g. two developers can create conflicting migrations, and the developer that created his migration later gets it merged to the repository first.
1414
Developers and Teams should keep an eye on such cases (especially during code review).
1515
[Here](https://github.com/golang-migrate/migrate/issues/179#issuecomment-475821264) is the issue summary if you would like to read more.
1616

0 commit comments

Comments
 (0)