Skip to content

Commit f869eb5

Browse files
committed
Fix typo
1 parent 8d99ae9 commit f869eb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-cascade-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Layering Styles: the ''@layer'' rule</h4>
10991099
that either matches an existing layer name, or defines a new named layer.
11001100
If no identifier is given, a new unnamed layer is created.
11011101
The '<<url>>' import or '<<stylesheet>>' block
1102-
provides a arbitrary CSS rules that will be appended to the layer.
1102+
provides arbitrary CSS rules that will be appended to the layer.
11031103

11041104
The ''@layer'' rule can also be used to define new layers
11051105
without attaching any style rules, by providing only an identifier:

0 commit comments

Comments
 (0)