From 8f270f4f44c1fb02be1de35f37b8683d1215006b Mon Sep 17 00:00:00 2001 From: Francis Clavette Date: Sat, 20 Aug 2016 22:31:38 -0400 Subject: [PATCH] docs(item): fix typo in sliding item docs ionSiwpe -> ionSwipe --- src/components/item/item-sliding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/item/item-sliding.ts b/src/components/item/item-sliding.ts index 0e8ed924e3..c9b7511926 100644 --- a/src/components/item/item-sliding.ts +++ b/src/components/item/item-sliding.ts @@ -19,7 +19,7 @@ export const enum ItemSideFlags { * @name ItemOptions * @description * The option buttons for an `ion-item-sliding`. These buttons can be placed either on the left or right side. - * You can combind the `(ionSiwpe)` event plus the `expandable` directive to create a full swipe action for the item. + * You can combind the `(ionSwipe)` event plus the `expandable` directive to create a full swipe action for the item. * * @usage *