Skip to content

Commit 1b4f7f4

Browse files
committed
[mediaqueries] Fix typo in example
1 parent 0c8f732 commit 1b4f7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediaqueries/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ Width: the 'width' feature</h3>
985985
(the part of the screen/paper where the document is rendered)
986986
widths between 400 and 700 pixels:
987987

988-
<pre>@media (400px <= min-width <= 700px) { … }</pre>
988+
<pre>@media (400px <= width <= 700px) { … }</pre>
989989
</div>
990990

991991
<div class="example">

0 commit comments

Comments
 (0)