From cc2359b2c83e3c0810f78bd821bb91034045fd9b Mon Sep 17 00:00:00 2001 From: Purusothaman Ramanujam Date: Mon, 22 Aug 2016 22:33:43 +0530 Subject: [PATCH] docs: typo in the documentation (#7813) --- 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 c9b7511926..f26d27b1c5 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 `(ionSwipe)` event plus the `expandable` directive to create a full swipe action for the item. + * You can combine the `(ionSwipe)` event plus the `expandable` directive to create a full swipe action for the item. * * @usage *