From bc9accf2153d976f7bafc7bbab37e72f928630cc Mon Sep 17 00:00:00 2001 From: Joe Woodhouse Date: Thu, 13 Apr 2017 20:48:33 +0100 Subject: [PATCH] docs(navigation): fix typo (#11192) --- src/navigation/nav-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigation/nav-controller.ts b/src/navigation/nav-controller.ts index b0f00d3d7d..13d64895f6 100644 --- a/src/navigation/nav-controller.ts +++ b/src/navigation/nav-controller.ts @@ -295,7 +295,7 @@ import { ViewController } from './view-controller'; * } * ``` * - * We need to make sure that or `navCtrl.push` has a catch in order to catch the and handle the error. + * We need to make sure that our `navCtrl.push` has a catch in order to catch the and handle the error. * If you need to prevent a view from entering, you can do the same thing * * ```ts