Skip to content

Commit 56a6874

Browse files
committed
[css-grid] typos
1 parent f9af274 commit 56a6874

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-grid/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,13 +1180,13 @@ Repeating Rows and Columns: the ''repeat()'' notation</h4>
11801180
The second argument is a <a>track list</a>,
11811181
which is repeated that number of times.
11821182

1183-
* The <<track-repeat>> variant can represent the repeatition of any <<track-size>>,
1184-
but is limited to fixed repetitions.
1183+
* The <<track-repeat>> variant can represent the repetition of any <<track-size>>,
1184+
but is limited to a fixed number of repetitions.
11851185
* The <<auto-repeat>> variant can repeat automatically to fill a space,
11861186
but requires <a>definite</a> minimum track sizes so that the number of repetitions can be calculated.
11871187
It can only appear once in the <a>track list</a>,
11881188
but the same <a>track list</a> can also contain <<fixed-repeat>>s.
1189-
* The <<name-repeat>> variant can be used with the ''grid-template-rows/subgrid'' keyword:
1189+
* The <<name-repeat>> variant can be only used with the ''grid-template-rows/subgrid'' keyword:
11901190
it only repeats names.
11911191
The ''auto-fill'' keyword is only valid once per <<line-name-list>>,
11921192
and repeats enough times for the name list to match the subgrid’s specified <a>grid span</a>

0 commit comments

Comments
 (0)