From a16e6642f6e38de2af78a65dec2580f6322ddd0f Mon Sep 17 00:00:00 2001 From: joruchan <44210219+joruchan@users.noreply.github.com> Date: Wed, 31 Oct 2018 04:28:22 +0100 Subject: [PATCH] Added missing "s" to "makes" (#20537) The asterisk around the paragraph **makes** it more readable. --- 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 084f98bb11..1188ee7bfa 100644 --- a/guide/english/css/comments-in-css/index.md +++ b/guide/english/css/comments-in-css/index.md @@ -35,7 +35,7 @@ You can also make your comments more readable by stylizing it. * A paragraph where I give informations * about everything that someone who reads the code * but didn't write it would need to know. -* The asterisk around the paragraph make it more readable. +* The asterisk around the paragraph makes it more readable. *** */ ```