From 59e7ccdd8e8518ba015d236c2c8a0fb41a8f3077 Mon Sep 17 00:00:00 2001 From: Antony ekirapa Date: Wed, 7 Nov 2018 01:37:00 +0300 Subject: [PATCH] Fixed grammar (#21894) Initial text: "Printers often presents colors using CMYK color values." Proposed change: "Printers often present colors using CMYK color values." --- guide/english/css/colors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/colors/index.md b/guide/english/css/colors/index.md index 528665c54d..9a3be3fbf2 100644 --- a/guide/english/css/colors/index.md +++ b/guide/english/css/colors/index.md @@ -36,7 +36,7 @@ An HSLA color value is similar, with the alpha value in last position: hsla(hue, ### CMYK -CMYK colors is a combination of CYAN, MAGENTA, YELLOW , and BLACK. Computer screens display colors using RGB color values. Printers often presents colors using CMYK color values. +CMYK colors is a combination of CYAN, MAGENTA, YELLOW , and BLACK. Computer screens display colors using RGB color values. Printers often present colors using CMYK color values. CMYK is not supported in HTML, but it is suggested as a new standard in CSS4. Example colors: