From 03e0aaefafd2667d9fa3a656bde3a8f381b951c7 Mon Sep 17 00:00:00 2001 From: deliaphan <44330687+deliaphan@users.noreply.github.com> Date: Sat, 3 Nov 2018 23:51:21 +0800 Subject: [PATCH] grammar correction (#24880) "CSS allows developers" instead of "CSS allows for developers" --- 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 20077ae1d5..9c9e3d5da0 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -6,7 +6,7 @@ title: 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 allows for developers to control how web pages look by "styling" the HTML structure of that page. +CSS allows developers to control how web pages look by "styling" the HTML structure of that page. CSS specifications are maintained by the [World Wide Web Consortium (W3C)](https://www.w3.org/).