Skip to content

Commit 0b29332

Browse files
committed
fix(table): fix typo in JSDoc
1 parent 1fad27b commit 0b29332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/flowbite-angular/table/src/config/table-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface FlowbiteTableConfig {
1616
*/
1717
color: keyof FlowbiteTableColors;
1818
/**
19-
* Whether the button is striped.
19+
* Whether the table is striped.
2020
*/
2121
striped: boolean;
2222
/**

0 commit comments

Comments
 (0)