Skip to content

Commit 52fb649

Browse files
authored
[CSSOM] Fix typo in "insert a CSS rule" (#12375)
1 parent 8b4a06a commit 52fb649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ follow these steps:
19041904
</ul>
19051905
<li>If <var>new rule</var> is a syntax error, <a>throw</a>
19061906
a {{SyntaxError}} exception.
1907-
<li>If <var>new rule</var> cannot be inserted into <var>list</var> at the zero-index position <var>index</var> due to constraints
1907+
<li>If <var>new rule</var> cannot be inserted into <var>list</var> at the zero-indexed position <var>index</var> due to constraints
19081908
specified by CSS, then <a>throw</a>
19091909
a {{HierarchyRequestError}} exception. [[!CSS21]]
19101910

0 commit comments

Comments
 (0)