Skip to content

Commit c67bad4

Browse files
LayZeeDKmhevery
authored andcommitted
docs(router): minor typo (angular#18226)
Fix a minor typo in the description of a router spec.
1 parent 410f21c commit c67bad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/router/test/router.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Router', () => {
3636
describe('setUpLocationChangeListener', () => {
3737
beforeEach(() => { TestBed.configureTestingModule({imports: [RouterTestingModule]}); });
3838

39-
it('should be indempotent', inject([Router, Location], (r: Router, location: Location) => {
39+
it('should be idempotent', inject([Router, Location], (r: Router, location: Location) => {
4040
r.setUpLocationChangeListener();
4141
const a = (<any>r).locationSubscription;
4242
r.setUpLocationChangeListener();

0 commit comments

Comments
 (0)