docs(router): fix typo (#40244)

Replace the word Angualr with Angular.

PR Close #40244
This commit is contained in:
Howard Jing 2020-12-22 18:27:30 -05:00 committed by Joey Perrott
parent 9186f1feea
commit c22d00547a
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ export class Router {
// navigation completes, there will be nothing in // navigation completes, there will be nothing in
// history.state.navigationId. This can cause sync problems with AngularJS // history.state.navigationId. This can cause sync problems with AngularJS
// sync code which looks for a value here in order to determine whether or // sync code which looks for a value here in order to determine whether or
// not to handle a given popstate event or to leave it to the Angualr // not to handle a given popstate event or to leave it to the Angular
// router. // router.
this.resetUrlToCurrentUrlTree(); this.resetUrlToCurrentUrlTree();
const navCancel = new NavigationCancel( const navCancel = new NavigationCancel(