From ef29b5fb04b15b9ae80698db9c2fe61390804cf6 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 11 Jun 2019 11:27:53 -0400 Subject: [PATCH] docs(item-sliding): fix extra paren --- 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 1b2a10125d..291196e17e 100644 --- a/core/src/components/item-sliding/readme.md +++ b/core/src/components/item-sliding/readme.md @@ -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