Update action-sheet.ts

Fixed typo of 'shoule' to 'should'
This commit is contained in:
Andrew Botz
2016-03-17 20:53:49 -05:00
parent 3e88fe9f31
commit a7e699e1fc

View File

@ -140,7 +140,7 @@ export class ActionSheet extends ViewController {
* |----------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------| * |----------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------|
* | text | `string` | The buttons text | * | text | `string` | The buttons text |
* | icon | `icon` | The buttons icons | * | 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 | * | 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 | * | 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 |
* *