diff --git a/src/components/action-sheet/action-sheet-controller.ts b/src/components/action-sheet/action-sheet-controller.ts index 1091024b1f1..1798f3aa18f 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