From a665bbe63ce3b7ef71a0eb5287a0158fd5270ce3 Mon Sep 17 00:00:00 2001 From: Adriano Date: Wed, 24 Oct 2018 08:55:31 +1100 Subject: [PATCH] Update on README.md Fixed typo. --- src/components/table/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/README.md b/src/components/table/README.md index bc706ccc57b..adb1a8d2e7a 100755 --- a/src/components/table/README.md +++ b/src/components/table/README.md @@ -317,7 +317,7 @@ fields: [ | ---- | ---- | ----------- | `striped` | Boolean | Add zebra-striping to the table rows within the `` | `bordered` | Boolean | For borders on all sides of the table and cells. -| `outlined` | Boolean | For a thin border on all sides of the table. Has no effect is `bordered` is set. +| `outlined` | Boolean | For a thin border on all sides of the table. Has no effect if `bordered` is set. | `small` | Boolean | To make tables more compact by cutting cell padding in half. | `hover` | Boolean | To enable a hover highlighting state on table rows within a `` | `dark` | Boolean | Invert the colors — with light text on dark backgrounds (equivalent to Bootstrap V4 class `.table-dark`)