From 5051cad0aa68dc420d76a700fa4d0d4a1134c1ae Mon Sep 17 00:00:00 2001
From: HBS <30705623+MrHBS@users.noreply.github.com>
Date: Wed, 19 Apr 2023 19:42:36 +0300
Subject: [PATCH] Small edit in css-syntax-3
The term document usually refers to markup-based resources. I think stylesheet fits better here. What do you think @tabatkins ?
---
css-syntax-3/Overview.bs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/css-syntax-3/Overview.bs b/css-syntax-3/Overview.bs
index dc6e2f743b3..7a1fcb0c43e 100644
--- a/css-syntax-3/Overview.bs
+++ b/css-syntax-3/Overview.bs
@@ -55,7 +55,7 @@ Description of CSS's Syntax
This section is not normative.
- A CSS document is a series of style rules--
+ A CSS stylesheet is a series of style rules--
which are qualified rules that apply styles to elements in a document--
and at-rules--
which define special processing rules or values for the CSS document.