From d7ce5709ce88358495ff70778d3a3acf183da4cb Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 4 Aug 2016 11:01:26 -0400 Subject: [PATCH] chore(docs): fix param type for dgeni --- src/components/nav/nav-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nav/nav-controller.ts b/src/components/nav/nav-controller.ts index e4ecd0c62b..5239a63be0 100644 --- a/src/components/nav/nav-controller.ts +++ b/src/components/nav/nav-controller.ts @@ -396,7 +396,7 @@ export abstract class NavController { * and animate in to become the active view. * * @param {number} insertIndex The index where you want to insert the page. - * @param {Array<{page: Page, params?: any}>} insertPages An array of objects, each with a `page` and optionally `params` property. + * @param {array} insertPages An array of objects, each with a `page` and optionally `params` property. * @param {object} [opts={}] Nav options to go with this transition. * @returns {Promise} Returns a promise which is resolved when the transition has completed. */