docs(navigation): fix typo (#11192)

This commit is contained in:
Joe Woodhouse
2017-04-13 20:48:33 +01:00
committed by Brandy Carney
parent cb5707d467
commit bc9accf215

View File

@ -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