From 66f0f7835e0d1dae91a05a9b48943811d4ca27b0 Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Fri, 9 Feb 2018 07:33:48 +0900 Subject: [PATCH] docs(action-sheet): fix typo in the ActionSheetController documentation (#13888) * Fix a small typo Signed-off-by: Remy Suen * docs(action-sheet): update spacing --- src/components/action-sheet/action-sheet-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/action-sheet/action-sheet-controller.ts b/src/components/action-sheet/action-sheet-controller.ts index 1091024b1f..1798f3aa18 100644 --- a/src/components/action-sheet/action-sheet-controller.ts +++ b/src/components/action-sheet/action-sheet-controller.ts @@ -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