Skip to content

Commit 8172261

Browse files
authored
[css-typed-om-1] Correct a couple of typos (#1150)
* Fix spelling of "initially" * Specify that we set result's percentHint
1 parent 8f910ae commit 8172261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,7 +1518,7 @@ The following are the arithmetic operations you can perform on dimensions:
15181518
set |result|[|baseType|] to |power|.
15191519

15201520
3. If the [=percent hint=] of |this| is not null,
1521-
1. Set {{CSSNumericType/percentHint}} to the [=percent hint=] of |this|.
1521+
1. Set |result|[|percentHint|] to the [=percent hint=] of |this|.
15221522

15231523
4. Return |result|.
15241524
</div>
@@ -5808,7 +5808,7 @@ length3.toString(); // "42px";
58085808
<div algorithm>
58095809
To <dfn export>serialize a {{CSSVariableReferenceValue}}</dfn> |this|:
58105810

5811-
1. Let |s| initally be "var(".
5811+
1. Let |s| initially be "var(".
58125812

58135813
2. Append |this|’s {{CSSVariableReferenceValue/variable}} internal slot to |s|.
58145814

0 commit comments

Comments
 (0)