Skip to content

Commit ccb443e

Browse files
authored
Merge pull request #1915 from battmdpkq/main
chore: fix some typos in README.md
2 parents af6b330 + 32e59b0 commit ccb443e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: data/migrations/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Example:
88
```
99
0_3_100_to_0_3_101.py
1010
```
11-
If several upgrades were skipped and you migrate from A to D, when B and C are available several migration script will be applied. Scipts to apply are picked by the following predicate:
11+
If several upgrades were skipped and you migrate from A to D, when B and C are available several migration script will be applied. Scripts to apply are picked by the following predicate:
1212
```
1313
(script's first version >= a version we're migrating from) and (script's second version <= a version we're migrating to)
1414
```
1515

1616
Example:
1717
```
18-
Available scipts:
18+
Available scripts:
1919
0_3_100_to_0_3_101
2020
0_3_101_to_0_3_102
2121
0_3_104_to_0_3_106
@@ -24,7 +24,7 @@ Available scipts:
2424
2525
We are migrating from 0.3.100 to 0.3.110
2626
27-
Sctipts to apply:
27+
Scripts to apply:
2828
0_3_100_to_0_3_101
2929
0_3_101_to_0_3_102
3030
0_3_104_to_0_3_106

0 commit comments

Comments
 (0)