docs(alert): fix docs

References https://github.com/driftyco/ionic-site/pull/559
This commit is contained in:
Mike Hartington
2016-04-20 10:38:52 -04:00
parent 0de8c7055e
commit 28cb089677

View File

@@ -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);