Skip to content

Commit db498c2

Browse files
authored
fix(router): resolve spell check for state introduced for ISO representation (#7342)
1 parent fdfcdcc commit db498c2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.typos.toml

+11-1
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,23 @@ WIL = "WIL" # Is iso representation of a state in UK
5656
YOR = "YOR" # Is iso representation of a state in UK
5757
OT = "OT" # Is iso representation of a state in Romania
5858
OltCounty = "OltCounty" # Is a state in Romania
59-
olt = "olt" # Is iso representation of a state in Romania
59+
Olt = "Olt" # Is iso representation of a state in Romania
6060
Vas = "Vas" # Is iso representation of a state in Hungary
6161
vas = "vas" # Is iso representation of a state in Hungary
6262
WHT = "WHT" # Is iso representation of a state in Belgium
6363
CantonOfEschSurAlzette = "CantonOfEschSurAlzette" # Is a state in Luxembourg
6464
GorenjaVasPoljane = "GorenjaVasPoljane" # Is a state in Slovenia
6565
sur = "sur" # Is iso representation of a state in Luxembourg
66+
Corse = "Corse" # Is a state in France
67+
CorseDuSud = "CorseDuSud" # Is a state in France
68+
Gard = "Gard" # Is a state in France
69+
HauteCorse = "HauteCorse" # Is a state in France
70+
Somme = "Somme" # Is a state in France
71+
RaceFram = "RaceFram" # Is a state in France
72+
TrnovskaVas = "TrnovskaVas" # Is a state in Slovenia
73+
Corse-du-Sud = "Corse-du-Sud" # Is a state in France
74+
Haute-Corse = "Haute-Corse" # Is a state in France
75+
Fram = "Fram" # Is a state in Slovenia
6676

6777
[default.extend-words]
6878
aci = "aci" # Name of a connector

0 commit comments

Comments
 (0)