docs(item-sliding): fix extra paren

This commit is contained in:
Brandy Carney
2019-06-11 11:27:53 -04:00
parent 20c146e1e5
commit ef29b5fb04

View File

@ -5,7 +5,7 @@ A sliding item contains an item that can be dragged to reveal buttons. It requir
### Swipe Direction ### Swipe Direction
By default, the buttons are placed on the `"end"` side. This means that options are revealed when the sliding item is swiped from end to start, i.e. from right to left in LTR, but from left to right in RTL. To place them on the opposite side, so that they are revealed when swiping in the opposite direction, set the `side` attribute to `"start"` on the [`ion-item-options`]((../item-options) element. Up to two `ion-item-options` can be used at the same time in order to reveal two different sets of options depending on the swiping direction. By default, the buttons are placed on the `"end"` side. This means that options are revealed when the sliding item is swiped from end to start, i.e. from right to left in LTR, but from left to right in RTL. To place them on the opposite side, so that they are revealed when swiping in the opposite direction, set the `side` attribute to `"start"` on the [`ion-item-options`](../item-options) element. Up to two `ion-item-options` can be used at the same time in order to reveal two different sets of options depending on the swiping direction.
### Options Layout ### Options Layout