Skip to content

Commit dd1877e

Browse files
committed
[css-grid] Largest => smallest
1 parent a02b8c4 commit dd1877e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ Repeating Rows and Columns: the ''repeat()'' notation</h4>
12301230
or as its minimum track sizing function otherwise,
12311231
and taking 'grid-gap' into account).
12321232
Otherwise, if the <a>grid container</a> has a <a>definite</a> min size in the relevant axis,
1233-
the number of repetitions is the largest possible positive integer that fulfills that minimum requirement.
1233+
the number of repetitions is the smallest possible positive integer that fulfills that minimum requirement.
12341234
Otherwise, the specified <a>track list</a> repeats only once.
12351235

12361236
For the purpose of finding the number of auto-repeated tracks,

0 commit comments

Comments
 (0)