We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9413a commit e4d3200Copy full SHA for e4d3200
css-grid-2/Overview.bs
@@ -2869,7 +2869,7 @@ Placing Grid Items</h2>
2869
* If it has an explicit ''grid-row-start/span'' value,
2870
its [=grid span=] is <dfn export lt="explicit grid span|explicit row span|explicit column span|explicit span">explicit</dfn>.
2871
* Otherwise, its [=grid span=] is <dfn export lt="automatic grid span|automatic row span|automatic column span|automatic span">automatic</dfn>:
2872
- if is [=subgridded=] in that axis,
+ if it is [=subgridded=] in that axis,
2873
its [=grid span=] is <a href="#subgrid-span">determined</a> from its <<line-name-list>>;
2874
otherwise its [=grid span=] is 1.
2875
</dl>
0 commit comments