From 2bda365fcf719edb9e74eec981bd25e962a277a0 Mon Sep 17 00:00:00 2001 From: Dave Ackerman Date: Thu, 10 Mar 2016 13:32:57 -0700 Subject: [PATCH] little typo, chacked -> checked --- ionic/components/alert/alert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/alert/alert.ts b/ionic/components/alert/alert.ts index 917af7a7b7..eb28ea7638 100644 --- a/ionic/components/alert/alert.ts +++ b/ionic/components/alert/alert.ts @@ -230,7 +230,7 @@ export class Alert extends ViewController { * | placeHolder | `string` | The input's placeholder (optional) | * | value | `string` | The input's value (optional) | * | label | `string` | The input's label (optional) | - * | chacked | `boolean` | Whether or not the input is checked or not (optional) | + * | checked | `boolean` | Whether or not the input is checked or not (optional) | * | id | `string` | The input's id (optional) | * * Button options