Skip to content

Commit d7b7f4b

Browse files
committed
[mediaqueries-5] Fix typos
See #5433
1 parent a2f6a35 commit d7b7f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mediaqueries-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,13 +2772,13 @@ Detecting Forced Colors Mode: the 'forced-colors' feature</h3>
27722772
</div>
27732773

27742774
<div class=example>
2775-
The reduced palette enforeced by [=forced colors mode=]
2775+
The reduced palette enforced by [=forced colors mode=]
27762776
can call for some visual simplification of the page.
27772777
''@media (forced-colors) or (prefers-contrast) { … }''
27782778
can thus be a useful query to conditionally apply styles that reduce visual clutter,
27792779
catching all users of forced colors and all users with contrast preferences.
27802780
''@media (prefers-contrast) { … }'' would leave how forced-colors users
2781-
with a color scheme that is neither particularly hight nor low contrast.
2781+
with a color scheme that is neither particularly hight nor low contrast,
27822782
while ''@media (forced-colors) { … }'' would instead leave out users with contrast preferences
27832783
that do not come from usage of [=forced colors mode=].
27842784
</div>

0 commit comments

Comments
 (0)