From 4b3106ed8ab82c2c87eaf5e2eb0be3791a78aa20 Mon Sep 17 00:00:00 2001 From: JiaLiPassion Date: Fri, 29 Jan 2021 16:19:31 +0800 Subject: [PATCH] refactor(router): fix several typos in router spec (#40626) Fix a couple typos in router tests. PR Close #40626 --- packages/router/test/integration.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/router/test/integration.spec.ts b/packages/router/test/integration.spec.ts index 4bec29733c..0e7cc8289a 100644 --- a/packages/router/test/integration.spec.ts +++ b/packages/router/test/integration.spec.ts @@ -2740,7 +2740,7 @@ describe('Integration', () => { }))); }); - describe('should reset the location when cancleling a navigation', () => { + describe('should reset the location when cancelling a navigation', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [{ @@ -3320,7 +3320,7 @@ describe('Integration', () => { const cmp: RouteCmp = fixture.debugElement.children[1].componentInstance; - // Land on an inital page + // Land on an initial page router.navigateByUrl('/d/1;dd=11/e/2;dd=22'); advance(fixture);