From 8b38214a1e83d815f6e36ea34e90cd8ee791ccfe Mon Sep 17 00:00:00 2001 From: Kivi Shapiro Date: Thu, 27 Feb 2020 15:26:41 -0500 Subject: [PATCH] Fix typo --- mediaqueries-4/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediaqueries-4/Overview.bs b/mediaqueries-4/Overview.bs index 9c8b04e1f34..bdca7d72a06 100644 --- a/mediaqueries-4/Overview.bs +++ b/mediaqueries-4/Overview.bs @@ -454,7 +454,7 @@ Media Features (omitting the colon and value) to evaluate the feature in a boolean context. This is a convenient shorthand for features that have a reasonable value representing 0 or “none”. - For example, ''(color)'' is true is the '@media/color' media feature is non-zero. + For example, ''(color)'' is true if the '@media/color' media feature is non-zero.
  • Media features with “range” type can be written in a range context,