From 7a51e27367fafcff363fbdcc540fa62966deb6c8 Mon Sep 17 00:00:00 2001 From: Kristen Kinnear-Ohlmann Date: Thu, 1 Nov 2018 02:59:31 -0500 Subject: [PATCH] Update index.md (#24808) Added comma in the second sentence to clarify the subject of the sentence. --- guide/english/css/tutorials/introduction-to-css/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/tutorials/introduction-to-css/index.md b/guide/english/css/tutorials/introduction-to-css/index.md index 1565885421..aea4c704e2 100644 --- a/guide/english/css/tutorials/introduction-to-css/index.md +++ b/guide/english/css/tutorials/introduction-to-css/index.md @@ -15,7 +15,7 @@ title: Introduction to CSS Cascading Style Sheets (CSS) describe how the html on a page should appear. -Before CSS developers would apply styles using attributes or special tags on each node of a page. This made markup repetitive and prone to errors. +Before CSS, developers would apply styles using attributes or special tags on each node of a page. This made markup repetitive and prone to errors. CSS allows selectors to describe how each piece of matching content should look.