From c22d00547a667dec77b8b72d1f30c19cb7320118 Mon Sep 17 00:00:00 2001 From: Howard Jing Date: Tue, 22 Dec 2020 18:27:30 -0500 Subject: [PATCH] docs(router): fix typo (#40244) Replace the word Angualr with Angular. PR Close #40244 --- packages/router/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index 0e5b4b7679..66304db258 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -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(