We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01113c commit 7f18ee5Copy full SHA for 7f18ee5
css-device-adapt/Overview.bs
@@ -136,7 +136,7 @@ The ''@viewport'' mechanism is designed to be usable and useful
136
on all browsers, not only mobile ones.
137
However, if support is only available on mobile browsers for a significant time,
138
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.
+but do the wrong if applied by a desktop browser.
140
This would make it difficult to later add support ''@viewport'' in desktop browsers.</strong>
141
<p>An example of such misguided use would be to write <code highlight="css">@viewport { width: 320px; }</code>
142
instead of <code highlight="css">@viewport { width: auto; }</code>
0 commit comments