From 4eb13c86bdd50ae180b9156c1ffe1f7989973bc8 Mon Sep 17 00:00:00 2001 From: jaceclowdus <44301450+jaceclowdus@users.noreply.github.com> Date: Thu, 15 Nov 2018 02:29:33 -0500 Subject: [PATCH] Fix spelling mistakes in lines 25 and 35 (#23276) Change the word "developper" to "developer" in line 25. Change the word "informations" to "information" in line 35. --- 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 739a3e45cc..8788baebdb 100644 --- a/guide/english/css/comments-in-css/index.md +++ b/guide/english/css/comments-in-css/index.md @@ -32,7 +32,7 @@ You can also make your comments more readable by stylizing it. *** * SECTION FOR H2 STYLE *** -* A paragraph where I give informations +* A paragraph where I give information * about everything that someone who reads the code * but didn't write it would need to know. * The asterisk around the paragraph makes it more readable.