docs(router): fix typo (#40244)
Replace the word Angualr with Angular. PR Close #40244
This commit is contained in:
parent
9186f1feea
commit
c22d00547a
|
@ -824,7 +824,7 @@ export class Router {
|
|||
// navigation completes, there will be nothing in
|
||||
// history.state.navigationId. This can cause sync problems with AngularJS
|
||||
// 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.
|
||||
this.resetUrlToCurrentUrlTree();
|
||||
const navCancel = new NavigationCancel(
|
||||
|
|
Loading…
Reference in New Issue