From d6f959b3e2392f1ff78530315445a8a54982d048 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 21 Nov 2016 21:02:41 +0200 Subject: [PATCH] docs(tabs): update docs closes #9268 --- src/components/tabs/tabs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tabs/tabs.ts b/src/components/tabs/tabs.ts index f0d8724b31..47d69874b2 100644 --- a/src/components/tabs/tabs.ts +++ b/src/components/tabs/tabs.ts @@ -137,7 +137,7 @@ import { ViewController } from '../../navigation/view-controller'; * *```ts * switchTabs() { - * this.navCtrl.parent.switch(2); + * this.navCtrl.parent.select(2); * } *``` * @demo /docs/v2/demos/src/tabs/