From dd27baa31a758344b02f9ef0bf3512684f8556bf Mon Sep 17 00:00:00 2001 From: csteacher1 Date: Mon, 22 Oct 2018 13:59:38 -0400 Subject: [PATCH] Correct spelling fo "developer" (#23179) In the sentence beginning on Line 15, "developer" is misspelled as "developper" and should be corrected. --- guide/english/css/comments-in-css/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/comments-in-css/index.md b/guide/english/css/comments-in-css/index.md index 38dab31eb4..c6429c1188 100644 --- a/guide/english/css/comments-in-css/index.md +++ b/guide/english/css/comments-in-css/index.md @@ -22,7 +22,7 @@ The comment syntax in CSS works for both single and multi-line comments. You can } ``` -By using CSS comments to make your stylesheets more readable, the CSS will be easier to maintain in the future for you or another developper. +By using CSS comments to make your stylesheets more readable, the CSS will be easier to maintain in the future for you or another developer. It’s good practice to use CSS comments to help identify parts of any stylesheet that might be difficult to understand for someone who didn't write the code. You can also make your comments more readable by stylizing it.