diff --git a/css-grid-3/Overview.bs b/css-grid-3/Overview.bs
index 31be8b0d873..995fd35976e 100644
--- a/css-grid-3/Overview.bs
+++ b/css-grid-3/Overview.bs
@@ -1287,18 +1287,18 @@ Item Flow Axis: 'item-track'/'item-direction'
: column
::
Track-oriented Option
- Represents placement into rows,
- i.e. tracks or lines parallel to the [=inline axis=].
- Items are placed in start-to-end order in the inline axis
+ Represents placement into columns,
+ i.e. tracks or lines parallel to the [=block axis=].
+ Items are placed in start-to-end order in the block axis
in [=flex layout=] and [=grid layout=],
- and in start-to-end order in the [=block axis=]
+ and in start-to-end order in the [=inline axis=]
in [=masonry layout=].
Flow-oriented Option
- Represents row-primary item placement,
- i.e. placing items start-to-end in the [=inline axis=],
- producing flex row lines in [=flex layout=],
- and column grid tracks in [=masonry layout=].
+ Represents column-primary item placement,
+ i.e. placing items start-to-end in the [=block axis=],
+ producing flex column lines in [=flex layout=],
+ and row grid tracks in [=masonry layout=].
: row-reverse
::