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