From a7e699e1fc5f015ec4ea42343af5e70203f4ca06 Mon Sep 17 00:00:00 2001 From: Andrew Botz Date: Thu, 17 Mar 2016 20:53:49 -0500 Subject: [PATCH] Update action-sheet.ts Fixed typo of 'shoule' to 'should' --- ionic/components/action-sheet/action-sheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/action-sheet/action-sheet.ts b/ionic/components/action-sheet/action-sheet.ts index 9b0de676f64..ed3a50cf8d6 100644 --- a/ionic/components/action-sheet/action-sheet.ts +++ b/ionic/components/action-sheet/action-sheet.ts @@ -140,7 +140,7 @@ export class ActionSheet extends ViewController { * |----------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------| * | text | `string` | The buttons text | * | icon | `icon` | The buttons icons | - * | handler | `any` | An express the button shoule evaluate | + * | handler | `any` | An express the button should evaluate | * | cssClass | `string` | An additional class for custom styles | * | role | `string` | How the button should be displayed, `destructive` or `cancel`. If not role is provided, it will display the button without any additional styles | *