Skip to content

Commit 9b75471

Browse files
authored
[css-typed-om] Correct a typo in "apply the percent hint" (#1134)
1 parent 3d51716 commit 9b75471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-typed-om/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1910,7 +1910,7 @@ where a value's context is actually known.
19101910
to a |type| without a [=percent hint=],
19111911
perform the following steps:
19121912

1913-
1. Set |type|’s [=percent hint=] to |hint|,
1913+
1. Set |type|’s [=percent hint=] to |hint|.
19141914
2. If |type| doesn't [=map/contain=] |hint|, set |type|[|hint|] to 0.
19151915
3. If |hint| is anything other than "percent",
19161916
and |type| [=map/contains=] "percent",

0 commit comments

Comments
 (0)