Skip to content

Commit 112f636

Browse files
committed
[css-counter-styles-3] Typo
1 parent cbe250b commit 112f636

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-counter-styles-3/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ <h3 id=counter-style-range><span class=secno>3.5. </span> Limiting the
11571157
<dd> This defines a comma-separated list of ranges. For each individual
11581158
range, the first value is the lower bound and the second value is the
11591159
upper bound. This range is inclusive - it contains both the lower and
1160-
upper bound numbers. If ‘<code class=css>infinity</code>’ is used as
1160+
upper bound numbers. If ‘<code class=css>infinite</code>’ is used as
11611161
the first value in a range, it represents negative infinity; if used as
11621162
the second value, it represents positive infinity. The range of the
11631163
counter style is the union of all the ranges defined in the list.

css-counter-styles-3/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ <h3 id='counter-style-range'>
796796
the first value is the lower bound
797797
and the second value is the upper bound.
798798
This range is inclusive - it contains both the lower and upper bound numbers.
799-
If ''infinity'' is used as the first value in a range,
799+
If ''infinite'' is used as the first value in a range,
800800
it represents negative infinity;
801801
if used as the second value,
802802
it represents positive infinity.

0 commit comments

Comments
 (0)