From af289ece1281faf06d65d9c242570cea16e3838f Mon Sep 17 00:00:00 2001 From: Guillermo Date: Tue, 7 Jun 2016 23:11:13 +0200 Subject: [PATCH] Fix typo (#6789) --- src/components/alert/alert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/alert/alert.ts b/src/components/alert/alert.ts index c376ef1a60..d11efd4f5a 100644 --- a/src/components/alert/alert.ts +++ b/src/components/alert/alert.ts @@ -153,7 +153,7 @@ import {ViewController} from '../nav/view-controller'; * text: 'Ok', * handler: () => { * // user has clicked the alert button - * // begin the alert's dimiss transition + * // begin the alert's dismiss transition * let navTransition = alert.dismiss(); * * // start some async method