docs(nav): fix typos in comments for NavControllerBase and ViewController (#9953)

* docs(nav): fix typo

* docs(view): fix typo
This commit is contained in:
Josep Sayol
2017-01-11 22:23:18 +01:00
committed by Brandy Carney
parent dbfc79b63a
commit d46b3e8e9f
2 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ export class ViewController {
/**
* @private
* The view has is about to leave and no longer be the active view.
* The view is about to leave and no longer be the active view.
*/
_willLeave(willUnload: boolean) {
this.willLeave.emit(null);