Update nav-controller.ts

Two small spelling corrections.
This commit is contained in:
txavier
2016-11-28 16:52:50 -05:00
committed by GitHub
parent bc1d7ad093
commit f45b150af6

View File

@ -403,8 +403,8 @@ export abstract class NavController {
config: Config; config: Config;
/** /**
* Push a new component onto the current navication stack. Pass any aditional information * Push a new component onto the current navigation stack. Pass any aditional information
* along as an object. This additional information is acessible through NavParams * along as an object. This additional information is accessible through NavParams
* *
* @param {Page} page The page component class you want to push on to the navigation stack * @param {Page} page The page component class you want to push on to the navigation stack
* @param {object} [params={}] Any nav-params you want to pass along to the next view * @param {object} [params={}] Any nav-params you want to pass along to the next view