diff --git a/packages/router/test/router.spec.ts b/packages/router/test/router.spec.ts index df51f65c4c..7ea6d6bac9 100644 --- a/packages/router/test/router.spec.ts +++ b/packages/router/test/router.spec.ts @@ -36,7 +36,7 @@ describe('Router', () => { describe('setUpLocationChangeListener', () => { beforeEach(() => { TestBed.configureTestingModule({imports: [RouterTestingModule]}); }); - it('should be indempotent', inject([Router, Location], (r: Router, location: Location) => { + it('should be idempotent', inject([Router, Location], (r: Router, location: Location) => { r.setUpLocationChangeListener(); const a = (r).locationSubscription; r.setUpLocationChangeListener();