Skip to content

Commit

Permalink
docs(item-sliding): fix extra paren
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandy Carney committed Jun 11, 2019
1 parent 20c146e commit ef29b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/item-sliding/readme.md
Expand Up @@ -5,7 +5,7 @@ A sliding item contains an item that can be dragged to reveal buttons. It requir

### 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
Expand Down

0 comments on commit ef29b5f

Please sign in to comment.