We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fea83d commit 4b51155Copy full SHA for 4b51155
README.md
@@ -4,7 +4,7 @@
4
5
## Problem
6
7
-Maintain a linear migration history when conflicts as a result of changes made using different versions of the default branch occur.
+Maintain a linear migration history when conflicts occur as a result of changes made using different versions of the default branch.
8
9
10
### Example
@@ -105,7 +105,7 @@ migrations
105
106
```
107
108
-> NOTE: THis also works when there are conflicts on the default branch. i.e You can run `... makemigrations --fix` on the `main` branch.
+> NOTE: This also works when there are conflicts detected on the default branch. i.e You can run `... makemigrations --fix` on the `main` branch.
109
110
### Assumptions
111
0 commit comments