From af2da0ec1dd74c0e8fb256c394bce35d8b47a359 Mon Sep 17 00:00:00 2001 From: Kowake <44300253+Kowake@users.noreply.github.com> Date: Sat, 17 Nov 2018 00:51:03 -0500 Subject: [PATCH] No comma needed in line 7 (#23214) Grammatically, no comma is needed in line 7. --- guide/english/css/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/index.md b/guide/english/css/index.md index 7211618eda..1bb34ea903 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -4,7 +4,7 @@ title: Cascading Style Sheets (CSS) ### Cascading Style Sheets (CSS) -CSS is an acronym for Cascading Style Sheets. It was first invented in 1996, and is now a standard feature of all major web browsers. +CSS is an acronym for Cascading Style Sheets. It was first invented in 1996 and is now a standard feature of all major web browsers. CSS allows developers to control how web pages look by "styling" the HTML structure of that page.