mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
Update action-sheet.ts
Fixed typo of 'shoule' to 'should'
This commit is contained in:
@ -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 |
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user