diff --git a/components/layout_2020/table/mod.rs b/components/layout_2020/table/mod.rs index f3f0d676e7b..b272819e2c3 100644 --- a/components/layout_2020/table/mod.rs +++ b/components/layout_2020/table/mod.rs @@ -92,14 +92,14 @@ pub struct Table { /// The column groups for this table. pub column_groups: Vec, - /// The columns of this tabled defined by ` | display: table-column-group` + /// The columns of this table defined by ` | display: table-column-group` /// and ` | display: table-column` elements as well as `display: table-column`. pub columns: Vec, - /// The rows groups for this table deinfed by ``, ``, and ``. + /// The rows groups for this table defined by ``, ``, and ``. pub row_groups: Vec, - /// The rows of this tabled defined by `` or `display: table-row` elements. + /// The rows of this table defined by `` or `display: table-row` elements. pub rows: Vec, /// The content of the slots of this table.