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