Skip to content

Commit f03bc6c

Browse files
MrKuziotmorehouse
authored andcommitted
docs(table): fix minor typo (#2093)
Fixed typo.
1 parent b699e4b commit f03bc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ fields: [
317317
| ---- | ---- | -----------
318318
| `striped` | Boolean | Add zebra-striping to the table rows within the `<tbody>`
319319
| `bordered` | Boolean | For borders on all sides of the table and cells.
320-
| `outlined` | Boolean | For a thin border on all sides of the table. Has no effect is `bordered` is set.
320+
| `outlined` | Boolean | For a thin border on all sides of the table. Has no effect if `bordered` is set.
321321
| `small` | Boolean | To make tables more compact by cutting cell padding in half.
322322
| `hover` | Boolean | To enable a hover highlighting state on table rows within a `<tbody>`
323323
| `dark` | Boolean | Invert the colors — with light text on dark backgrounds (equivalent to Bootstrap V4 class `.table-dark`)

0 commit comments

Comments
 (0)