From c5e1290dfe96fef5443d340ff5b89e0ed8009e16 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sat, 21 Sep 2019 00:58:31 +0700 Subject: [PATCH] docs(item-options): use title case for headers (#19406) --- core/src/components/item-options/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/item-options/readme.md b/core/src/components/item-options/readme.md index e2be2abee0..dee74c141a 100644 --- a/core/src/components/item-options/readme.md +++ b/core/src/components/item-options/readme.md @@ -4,9 +4,9 @@ The option buttons for an `ion-item-sliding`. These buttons can be placed either You can combine the `ionSwipe` event plus the `expandable` directive to create a full swipe action for the item. -### Side description +### Side Description -| Side | Position | Swipe direction | +| Side | Position | Swipe Direction | |---------|-----------------------------------------------------------------|-------------------------------------------------------------------| | `start` | To the `left` of the content in LTR, and to the `right` in RTL. | From `left` to `right` in LTR, and from `right` to `left` in RTL. | | `end` | To the `right` of the content in LTR, and to the `left` in RTL. | From `right` to `left` in LTR, and from `left` to `right` in RTL. |