diff --git a/css-color-4/Overview.bs b/css-color-4/Overview.bs index 9d4a0e4af16..2057084c4dc 100644 --- a/css-color-4/Overview.bs +++ b/css-color-4/Overview.bs @@ -505,7 +505,7 @@ Foreground Color: the 'color' property
The <> type provides multiple ways to syntactically specify a given color. - For example, the following declarations all specify the sRGB color “lime green”: + For example, the following declarations all specify the sRGB color “lime”:
 		em { color:  lime; }   /* color keyword  */
 		em { color:  rgb(0 255 0); } /* RGB range 0-255   */