mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(action-sheet): fix typo in the ActionSheetController documentation (#13888)
* Fix a small typo Signed-off-by: Remy Suen <remy.suen@gmail.com> * docs(action-sheet): update spacing
This commit is contained in:
@@ -93,7 +93,7 @@ import { Config } from '../../config/config';
|
||||
* | icon | `icon` | The buttons icons. |
|
||||
* | handler | `any` | An express the button should evaluate. |
|
||||
* | cssClass | `string` | Additional classes for custom styles, separated by spaces. |
|
||||
* | 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 no role is provided, it will display the button without any additional styles. |
|
||||
*
|
||||
*
|
||||
* ### Dismissing And Async Navigation
|
||||
|
||||
Reference in New Issue
Block a user