Skip to content

Commit 05e906d

Browse files
docs(table): correct wording in stories
1 parent 0782fc3 commit 05e906d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/table/stories/table.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ TableStates.parameters = {
428428
};
429429

430430
/**
431-
* Quiet tables are for when a table is meant to be supplementary, subtle, or lightweight. The quiet table utilizes the `.spectrum-Table--quiet` class and has a transparent background and no borders on the left and right.
431+
* Quiet tables are for when a table is meant to be supplementary, subtle, or lightweight. The quiet table utilizes the `.spectrum-Table--quiet` class and does not have borders on the left and right.
432432
*/
433433
export const Quiet = Template.bind({});
434434
Quiet.args = {
@@ -542,7 +542,7 @@ WithColumnDividers.parameters = {
542542
};
543543

544544
/**
545-
* Tables can have a summary row to show totals, at either the top or the bottom of the table. This example shows both the optional summary row at the bottom, and a row marked as selected.
545+
* Tables can have a summary row to show totals, at either the top or the bottom of the table. This example shows both the optional summary row at the top, and a row marked as selected.
546546
*/
547547
export const SummaryAndSelected = Template.bind({});
548548
SummaryAndSelected.args = {

0 commit comments

Comments
 (0)