Skip to content

Commit f9af274

Browse files
committed
[css-device-adapt] grammar
1 parent 7f18ee5 commit f9af274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-device-adapt/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ 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
139139
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>
140+
This would make it difficult to later add support for ''@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>
143143
to make a document “mobile friendly”.

0 commit comments

Comments
 (0)