From d42d24c60ba0656d663d968f0bce26b41d9bc9c7 Mon Sep 17 00:00:00 2001 From: "CT14.IT" Date: Thu, 7 Apr 2016 14:26:46 +0100 Subject: [PATCH] Minor typo fixes --- src/plugins/actionsheet.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/actionsheet.ts b/src/plugins/actionsheet.ts index 8c0189ff8..bf1719a64 100644 --- a/src/plugins/actionsheet.ts +++ b/src/plugins/actionsheet.ts @@ -38,10 +38,10 @@ export class ActionSheet { * |-------------------------------|-----------|----------------------------------------------| * | title |`string` | The title for the actionsheet | * | buttonLabels |`string[]` | the labels for the buttons. Uses the index x | - * | androidTheme |`number` | Theme to bue used on Android | + * | androidTheme |`number` | Theme to be used on Android | * | androidEnableCancelButton |`boolean` | Enable a cancel on Android | - * | winphoneEnableCancelButton |`boolean` | Enable a cancel on Android | - * | addCancelButtonWithLabel |`string` | Add a cancle button with text | + * | winphoneEnableCancelButton |`boolean` | Enable a cancel on Windows Phone | + * | addCancelButtonWithLabel |`string` | Add a cancel button with text | * | addDestructiveButtonWithLabel |`string` | Add a destructive button with text | * | position |`number[]` | On an iPad, set the X,Y position | *