From 5798e227def5c4fb05c30d787f31680191c27d74 Mon Sep 17 00:00:00 2001 From: "Carlos A. Estrada" Date: Fri, 22 Apr 2016 09:46:15 -0400 Subject: [PATCH] Update modal.ts --- ionic/components/modal/modal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/modal/modal.ts b/ionic/components/modal/modal.ts index 9603777c1b..6d6a98f1e7 100644 --- a/ionic/components/modal/modal.ts +++ b/ionic/components/modal/modal.ts @@ -21,7 +21,7 @@ import {Transition, TransitionOptions} from '../../transitions/transition'; * on the root nav controller. * * Data can be passed to a new modal through `Modal.create()` as the second - * argument. The data can gen be accessed from the opened page by injecting + * argument. The data can then be accessed from the opened page by injecting * `NavParams`. Note that the page, which opened as a modal, has no special * "modal" logic within it, but uses `NavParams` no differently than a * standard page.