diff --git a/css-grid/Overview.bs b/css-grid/Overview.bs index 46085126524..580eaf661b2 100644 --- a/css-grid/Overview.bs +++ b/css-grid/Overview.bs @@ -2331,14 +2331,14 @@ Grid Item Placement Algorithm : “sparse” packing (omitted ''dense'' keyword) :: - Set the row-start line of its placement + Set the column-start line of its placement to the earliest (smallest positive index) line index that ensures this item’s grid area will not overlap any occupied grid cells and that is past any grid items previously placed in this row by this step. : “dense” packing (''dense'' specified) :: - Set the row-start line of its placement + Set the column-start line of its placement to the earliest (smallest positive index) line index that ensures this item’s grid area will not overlap any occupied grid cells.