diff --git a/packages/braid-design-system/src/lib/components/Table/Table.docs.tsx b/packages/braid-design-system/src/lib/components/Table/Table.docs.tsx index 2a77839e35a..fb801029ed1 100644 --- a/packages/braid-design-system/src/lib/components/Table/Table.docs.tsx +++ b/packages/braid-design-system/src/lib/components/Table/Table.docs.tsx @@ -369,8 +369,8 @@ const docs: ComponentDocs = { longest content within the column. - If the table content is larger than the available space, eacha - column will be as wide as its longest cell and the table will scroll + If the table content is larger than the available space, each column + will be as wide as its longest cell and the table will scroll horizontally. However, if the table content is smaller than the available space, the additional space will be distributed automatically across the columns.