Skip to content

Commit 8abd960

Browse files
Psychpsyosvgeesus
authored andcommitted
Fix typo
1 parent 5f9e795 commit 8abd960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎css-lists-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ Outputting Counters: the ''counter()'' and ''counters()'' functions</h3>
15011501
which can be useful for other properties to reference.
15021502
For example, using 'order' to put an element between two other specific elements
15031503
currently requires you to explicitly put 'order' on every element before and/or after the desired insertion point.
1504-
If you can set the 'order' value of everything to a counter, tho,
1504+
If you can set the 'order' value of everything to a counter though,
15051505
you can more easily insert an element into an arbitrary spot between two others.
15061506

15071507
Other use-cases involve nested or sibling elements with transforms that are meant to be slightly different from each other.

0 commit comments

Comments
 (0)