Skip to content

Commit 7de30b1

Browse files
committed
Just continue the sentence, don't make a sub-step.
1 parent 566b911 commit 7de30b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-typed-om/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ probably in an appendix.
382382

383383
5. Let |values to set| be an empty [=list=].
384384

385-
6. For each |value| in |values|:
386-
1. [=Normalize a style value=] for |property| and |value|,
387-
and append the result to |values to set|.
385+
6. For each |value| in |values|,
386+
[=normalize a style value=] for |property| and |value|,
387+
and append the result to |values to set|.
388388

389389
7. Set |props|[|property|] to |values to set|.
390390

0 commit comments

Comments
 (0)