Skip to content

Commit 7f18ee5

Browse files
committed
[css-device-adapt] Typo
1 parent e01113c commit 7f18ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-device-adapt/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The ''@viewport'' mechanism is designed to be usable and useful
136136
on all browsers, not only mobile ones.
137137
However, if support is only available on mobile browsers for a significant time,
138138
there is a risk that authors would write ''@viewport'' rules that work on mobile
139-
but do the wrong if applied by a destkop browser.
139+
but do the wrong if applied by a desktop browser.
140140
This would make it difficult to later add support ''@viewport'' in desktop browsers.</strong>
141141
<p>An example of such misguided use would be to write <code highlight="css">@viewport { width: 320px; }</code>
142142
instead of <code highlight="css">@viewport { width: auto; }</code>

0 commit comments

Comments
 (0)