diff --git a/src/components/alert/alert-controller.ts b/src/components/alert/alert-controller.ts index 2d6b197ca8..fa985a6839 100644 --- a/src/components/alert/alert-controller.ts +++ b/src/components/alert/alert-controller.ts @@ -128,15 +128,15 @@ import { Config } from '../../config/config'; * * Alert options * - * | Property | Type | Description | - * |-----------------------|-----------|---------------------------------------------------------------------------| - * | title | `string` | The title for the alert. | - * | subTitle | `string` | The subtitle for the alert. | - * | message | `string` | The message for the alert. | - * | cssClass | `string` | Additional classes for custom styles, separated by spaces. | - * | inputs | `array` | An array of inputs for the alert. See input options. | - * | buttons | `array` | An array of buttons for the alert. See buttons options. | - * | enableBackdropDismiss | `boolean` | Whether the alert should be dismissed by tapping the backdrop. | + * | Property | Type | Description | + * |-----------------------|-----------|------------------------------------------------------------------------------| + * | title | `string` | The title for the alert. | + * | subTitle | `string` | The subtitle for the alert. | + * | message | `string` | The message for the alert. | + * | cssClass | `string` | Additional classes for custom styles, separated by spaces. | + * | inputs | `array` | An array of inputs for the alert. See input options. | + * | buttons | `array` | An array of buttons for the alert. See buttons options. | + * | enableBackdropDismiss | `boolean` | Whether the alert should be dismissed by tapping the backdrop. Default true. | * * * Input options