From 28cb0896770315d373c71c074bb7dea505e92cae Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Wed, 20 Apr 2016 10:38:52 -0400 Subject: [PATCH] docs(alert): fix docs References https://github.com/driftyco/ionic-site/pull/559 --- 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 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);