Skip to content

Commit 4b51155

Browse files
authored
Update README.md
1 parent 8fea83d commit 4b51155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Problem
66

7-
Maintain a linear migration history when conflicts as a result of changes made using different versions of the default branch occur.
7+
Maintain a linear migration history when conflicts occur as a result of changes made using different versions of the default branch.
88

99

1010
### Example
@@ -105,7 +105,7 @@ migrations
105105
106106
```
107107

108-
> NOTE: THis also works when there are conflicts on the default branch. i.e You can run `... makemigrations --fix` on the `main` branch.
108+
> NOTE: This also works when there are conflicts detected on the default branch. i.e You can run `... makemigrations --fix` on the `main` branch.
109109
110110
### Assumptions
111111

0 commit comments

Comments
 (0)