From 6b9abf22f0045e097166ff062b3bc224552f330d Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sat, 21 Sep 2019 00:58:05 +0700 Subject: [PATCH] docs(item-sliding): set header to title case (#19407) --- core/src/components/item-sliding/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/item-sliding/readme.md b/core/src/components/item-sliding/readme.md index fa1c0a604f..89c81b356a 100644 --- a/core/src/components/item-sliding/readme.md +++ b/core/src/components/item-sliding/readme.md @@ -12,7 +12,7 @@ By default, the buttons are placed on the `"end"` side. This means that options By default if an icon is placed with text in the [item option](../item-option), it will display the icon on top of the text, but the icon slot can be changed to any of the following to position it in the option. -| Slot | description | +| Slot | Description | | ----------- | ------------------------------------------------------------------------ | | `start` | In LTR, start is the left side of the button, and in RTL it is the right | | `top` | The icon is above the text |