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:
Remy Suen
2018-02-09 07:33:48 +09:00
committed by Brandy Carney
parent 4978ee2e7b
commit 66f0f7835e

View File

@@ -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