Skip to content

Commit 4b837c2

Browse files
authored
Fix weekly spelling check (#44962)
1 parent dd7010a commit 4b837c2

5 files changed

Lines changed: 29 additions & 1 deletion

File tree

.vscode/dictionaries/ignore-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ sadipscing
276276
sagnarelli
277277
samplepay
278278
Saunterin
279+
saus
279280
screenleft-screentop
280281
Scrupulum
281282
seakale

.vscode/dictionaries/non-english.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Accessibilità
2+
Allez
23
Allons
34
Ashita
45
Assemblée
@@ -27,6 +28,7 @@ Esta
2728
Februar
2829
Fernstraßenbauprivatfinanzierungsgesetz
2930
fers
31+
Finden
3032
français
3133
française
3234
Früh
@@ -41,15 +43,21 @@ hermansje
4143
heure
4244
hoja
4345
homme
46+
Iconka
47+
Ihren
4448
ijsland
4549
indomable
50+
Informationen
51+
informations
4652
İstanbul
4753
JOURS
4854
leche
4955
lepiej
56+
Lieblingswürstchen
5057
Mago
5158
Mais
5259
Majestatis
60+
Menü
5361
minuto
5462
minutos
5563
Moin
@@ -63,9 +71,11 @@ Nordamerikanische
6371
Normalzeit
6472
Ortes
6573
oscuro
74+
ouvert
6675
partes
6776
partout
6877
pasado
78+
préférées
6979
présenté
7080
puede
7181
quand
@@ -75,6 +85,8 @@ Repetitio
7585
resh
7686
réservé
7787
s'écrase
88+
saucisse
89+
saucisses
7890
schon
7991
Schonheit
8092
schön
@@ -84,23 +96,28 @@ semana
8496
será
8597
setembro
8698
shān
99+
Speisekarte
87100
studiorum
88101
SUIS
89102
tiene
90103
Tipos
91104
TIRERA
105+
toutes
92106
traducido
93107
trimestre
108+
Trouvez
94109
tslí
95110
uisce
96111
Umgebung
97112
warum
98113
wchodzić
114+
wechseln
99115
Westküsten
100116
Westküstenzeit
101117
widzimy
102118
Zitat
103119
znak
120+
öffnen
104121
środka
105122
ˈbraːˈvo
106123
ˈdeltɑ

.vscode/dictionaries/proper-names.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Arun
3737
Ashlyn
3838
Ashok
3939
Audiocogs
40+
Audre
4041
Austerstræti
4142
Autonavi
4243
Avenir
@@ -202,6 +203,7 @@ Erba
202203
ERCIM
203204
ericwbailey
204205
Esben
206+
Evaristo
205207
Eventbrite
206208
Exljbris
207209
Exocoetidae
@@ -331,6 +333,7 @@ Kerckhoffs
331333
Kersee
332334
Kesteren
333335
Khronos
336+
Kimberlé
334337
Kinlan
335338
Kinnon
336339
kirsty
@@ -371,6 +374,7 @@ Lindenberg
371374
Lindesay
372375
Liskov
373376
Lorc
377+
Lorde
374378
Loycom
375379
Luxon
376380
Léonie
@@ -657,6 +661,7 @@ Webhint
657661
Webopedia
658662
webref
659663
Weinstein
664+
Westover
660665
Weyl
661666
Widevine
662667
Wikibooks
@@ -704,6 +709,7 @@ Zheng
704709
Zilla
705710
Zinsser
706711
Zosia
712+
Zoya
707713
zxcvbn
708714
Émanuel
709715
Österreich

.vscode/dictionaries/terms-abbreviations.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ alphanumerals
1414
ambisonic
1515
amore
1616
analyzability
17+
animateable-feature
1718
ANMF
1819
anonymization
1920
antialiasing
@@ -104,6 +105,7 @@ cheatsheet
104105
checkboard
105106
checkedness
106107
checkmarks
108+
cheesemakers
107109
childlist
108110
chipsets
109111
choosable
@@ -250,6 +252,7 @@ fragmentainers
250252
framebuffers
251253
framebusting
252254
frontmost
255+
fuhao
253256
Fullband
254257
fullscreened
255258
fullwidth
@@ -585,6 +588,7 @@ reauthenticated
585588
reauthentication
586589
redirections
587590
redisplaying
591+
refbox
588592
regionless
589593
reimplementation
590594
remarketing

files/en-us/web/css/reference/properties/will-change/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ We use CSS to apply the `will-change` property to the `#element`, providing a hi
103103

104104
```css
105105
#element {
106-
willchange: transform, opacity;
106+
will-change: transform, opacity;
107107
}
108108
```
109109

0 commit comments

Comments
 (0)