docs(item-options): use title case for headers (#19406)

This commit is contained in:
Matthew Harris
2019-09-21 00:58:31 +07:00
committed by Brandy Carney
parent 6b9abf22f0
commit c5e1290dfe

View File

@@ -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. |