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.