docs: typo in the documentation (#7813)

This commit is contained in:
Purusothaman Ramanujam
2016-08-22 22:33:43 +05:30
committed by Brandy Carney
parent 8f270f4f44
commit cc2359b2c8

View File

@ -19,7 +19,7 @@ export const enum ItemSideFlags {
* @name ItemOptions * @name ItemOptions
* @description * @description
* The option buttons for an `ion-item-sliding`. These buttons can be placed either on the left or right side. * 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 * @usage
* *