mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
Update nav-controller.ts
Two small spelling corrections.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user