Skip to content

Commit 4a1ad0d

Browse files
LucasCholletsvgeesus
authored andcommitted
[css-color-4][editorial] Fix typo "Infiinity" => "Infinity"
1 parent 14c93d7 commit 4a1ad0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-color-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5815,7 +5815,7 @@ Resolving sRGB values</h3>
58155815
rgb(calc(400) 127 calc(-15)).
58165816
</div>
58175817

5818-
This clamping also takes care of values such as ''Infinity'', ''-Infiinity'', and ''NaN'' which will clamp at 255, 0 and 0 respectively.
5818+
This clamping also takes care of values such as ''Infinity'', ''-Infinity'', and ''NaN'' which will clamp at 255, 0 and 0 respectively.
58195819

58205820
<div class="example" id="ex-hsl-computed">
58215821
<p>For example, the computed value of</p>

0 commit comments

Comments
 (0)