From d73d239b1790e1e9031a362411853be15902e2f4 Mon Sep 17 00:00:00 2001 From: Michael Taranto Date: Fri, 29 Nov 2024 15:14:34 +1100 Subject: [PATCH] Typo --- .../src/lib/components/Table/Table.docs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.