Update modal.ts

This commit is contained in:
Carlos A. Estrada
2016-04-22 09:46:15 -04:00
parent ac48bd9afc
commit 5798e227de

View File

@@ -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.