Skip to content

Commit bbe1df6

Browse files
committed
[css-grid] Typo fix.
1 parent 6f0cd05 commit bbe1df6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-grid/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h2 id='grid-concepts'>
376376
into which <a>grid items</a> (representing the <a>grid container</a>’s content) can be placed.
377377
There are two sets of <a>grid lines</a>:
378378
one set defining <dfn export title="grid column | column">columns</dfn>
379-
that run along the <a href="http://www.w3.org/TR/css3-writing-modes/#block-axis">block axis</a> (the <dfn export>column axis</dfn>,
379+
that run along the <a href="http://www.w3.org/TR/css3-writing-modes/#block-axis">block axis</a> (the <dfn export>column axis</dfn>),
380380
and an orthogonal set defining <dfn export title="grid row | row">rows</dfn>
381381
along the <a href="http://www.w3.org/TR/css3-writing-modes/#inline-axis">inline axis</a> (the <dfn export>row axis</dfn>).
382382
[[!CSS3-WRITING-MODES]]

0 commit comments

Comments
 (0)