diff --git a/files/en-us/web/css/syntax/index.md b/files/en-us/web/css/syntax/index.md index 5a5f6eacfdfc693..3ea7263f93abea3 100644 --- a/files/en-us/web/css/syntax/index.md +++ b/files/en-us/web/css/syntax/index.md @@ -39,7 +39,7 @@ A CSS declaration block is visualized in the diagram below. If style sheets could only apply a declaration to each element of a Web page, they would be pretty useless. The real goal is to apply different declarations to different parts of the document. -CSS allows this by associating conditions with declarations blocks. Each (valid) declaration block is preceded by one or more comma-separated [**selectors**](/en-US/docs/Web/CSS/CSS_selectors), which are conditions selecting some elements of the page. A [selector group](/en-US/docs/Web/CSS/Selector_list) and an associated declarations block, together, are called a **ruleset**, or often a **rule**. +CSS allows this by associating conditions with declarations blocks. Each (valid) declaration block is preceded by one or more comma-separated [**selectors**](/en-US/docs/Web/CSS/CSS_selectors), which are conditions selecting some elements of the page. A [selector list](/en-US/docs/Web/CSS/Selector_list) and an associated declarations block, together, are called a **ruleset**, or often a **rule**. A CSS ruleset (or rule) is visualized in the diagram below.