diff --git a/ionic/components/alert/alert.ts b/ionic/components/alert/alert.ts index fc294eed3b..e58d1060c5 100644 --- a/ionic/components/alert/alert.ts +++ b/ionic/components/alert/alert.ts @@ -298,7 +298,7 @@ export class Alert extends ViewController { * | cssClass | `string` | An additional CSS class for the button | * | role | `string` | The buttons role, null or `cancel` | * - * @param {object} opts Alert. See the tabel above + * @param {object} opts Alert. See the table above */ static create(opts: AlertOptions = {}) { return new Alert(opts);